[{"data":1,"prerenderedAt":1227},["ShallowReactive",2],{"post:\u002Fwriting\u002Fmarkdown-reference":3},{"id":4,"title":5,"body":6,"date":1219,"description":1220,"extension":1221,"meta":1222,"navigation":213,"path":1223,"seo":1224,"stem":1225,"__hash__":1226},"writing\u002Fwriting\u002Fmarkdown-reference.md","Every element on one page",{"type":7,"value":8,"toc":1204},"minimark",[9,52,57,68,73,78,83,88,92,99,102,106,139,142,146,149,175,178,199,202,234,238,244,255,268,271,274,494,497,528,531,539,543,609,634,638,641,655,658,668,671,680,683,691,694,702,712,716,719,726,730,733,739,807,837,868,872,888,895,1200],[10,11,12,13,17,18,17,22,27,28,17,32,27,36,27,41,47,48,51],"p",{},"This one sets out everything that renders. ",[14,15,16],"strong",{},"Bold",", ",[19,20,21],"em",{},"italic",[19,23,24],{},[14,25,26],{},"both",",\n",[29,30,31],"del",{},"struck through",[33,34,35],"code",{},"inline code",[37,38,40],"a",{"href":39},"\u002Fwriting\u002Ftypography","a link within the site",[37,42,46],{"href":43,"rel":44},"https:\u002F\u002Fexample.com",[45],"nofollow","a link outside it",", an autolink ",[37,49,43],{"href":43,"rel":50},[45],".",[53,54,56],"h2",{"id":55},"heading-levels","Heading levels",[10,58,59,60,63,64,67],{},"The body starts at ",[33,61,62],{},"##","; ",[33,65,66],{},"#"," belongs to the title in the front matter.",[69,70,72],"h3",{"id":71},"third-level","Third level",[74,75,77],"h4",{"id":76},"fourth-level","Fourth level",[79,80,82],"h5",{"id":81},"fifth-level","Fifth level",[84,85,87],"h6",{"id":86},"sixth-level","Sixth level",[53,89,91],{"id":90},"paragraphs-and-line-breaks","Paragraphs and line breaks",[10,93,94,95,98],{},"An ordinary paragraph. The line below ends in two spaces, so it breaks where it\nis told to.",[96,97],"br",{},"\nThis is the second line of that break, still inside the same paragraph.",[10,100,101],{},"And this is a new paragraph.",[53,103,105],{"id":104},"inline-formatting","Inline formatting",[10,107,108,111,112,116,117,120,121,125,126,129,130,133,134,51],{},[33,109,110],{},"\u003Ckbd>"," is for keys, so ",[113,114,115],"kbd",{},"⌘"," + ",[113,118,119],{},"K"," is written as keyboard\nelements rather than as text. Subscripts give H",[122,123,124],"sub",{},"2","O and superscripts\ngive x",[127,128,124],"sup",{},". Highlights use ",[131,132,131],"mark",{},", and an abbreviation can\ncarry its expansion: ",[135,136,138],"abbr",{"title":137},"Content Delivery Network","CDN",[10,140,141],{},"Emoji shortcodes render too: ✨ 👋 🚀",[53,143,145],{"id":144},"lists","Lists",[10,147,148],{},"Unordered, two levels deep:",[150,151,152,156,172],"ul",{},[153,154,155],"li",{},"The first item",[153,157,158,159],{},"The second, long enough that it has to wrap, which is how the hanging indent\nunder a wrapped line gets checked\n",[150,160,161,164],{},[153,162,163],{},"Nested once",[153,165,166,167],{},"Nested twice\n",[150,168,169],{},[153,170,171],{},"Nested again",[153,173,174],{},"The third",[10,176,177],{},"Ordered, starting at 3:",[179,180,182,185,196],"ol",{"start":181},3,[153,183,184],{},"Third",[153,186,187,188],{},"Fourth\n",[179,189,190,193],{},[153,191,192],{},"Sub-step one",[153,194,195],{},"Sub-step two",[153,197,198],{},"Fifth",[10,200,201],{},"A task list:",[150,203,206,216,222,228],{"className":204},[205],"contains-task-list",[153,207,210,215],{"className":208},[209],"task-list-item",[211,212],"input",{"checked":213,"disabled":213,"type":214},true,"checkbox"," Something already done",[153,217,219,221],{"className":218},[209],[211,220],{"checked":213,"disabled":213,"type":214}," Another finished thing",[153,223,225,227],{"className":224},[209],[211,226],{"disabled":213,"type":214}," Not yet",[153,229,231,233],{"className":230},[209],[211,232],{"disabled":213,"type":214}," Not this either",[53,235,237],{"id":236},"quotes","Quotes",[239,240,241],"blockquote",{},[10,242,243],{},"A single paragraph.",[239,245,246],{},[10,247,248,249,252,253,51],{},"A quote can hold a second paragraph, and ",[14,250,251],{},"inline formatting",", and ",[33,254,33],{},[239,256,257,260,265],{},[10,258,259],{},"A nested quote:",[239,261,262],{},[10,263,264],{},"The inner one.",[10,266,267],{},"Back to the outer.",[53,269,270],{"id":33},"Code",[10,272,273],{},"TypeScript, with a filename:",[275,276,282],"pre",{"className":277,"code":278,"filename":279,"language":280,"meta":281,"style":281},"language-ts shiki shiki-themes one-light one-dark-pro","import { defineContentConfig, defineCollection, z } from '@nuxt\u002Fcontent'\n\nexport default defineContentConfig({\n  collections: {\n    writing: defineCollection({\n      type: 'page',\n      source: 'writing\u002F*.md',\n      schema: z.object({\n        title: z.string(),\n        date: z.string(),\n        description: z.string().optional(),\n      }),\n    }),\n  },\n})\n","content.config.ts","ts","",[33,283,284,321,327,343,356,369,382,395,414,432,448,470,476,482,488],{"__ignoreMap":281},[285,286,289,293,297,301,303,306,308,311,314,317],"span",{"class":287,"line":288},"line",1,[285,290,292],{"class":291},"sLKXg","import",[285,294,296],{"class":295},"s5ixo"," { ",[285,298,300],{"class":299},"sJa8x","defineContentConfig",[285,302,17],{"class":295},[285,304,305],{"class":299},"defineCollection",[285,307,17],{"class":295},[285,309,310],{"class":299},"z",[285,312,313],{"class":295}," } ",[285,315,316],{"class":291},"from",[285,318,320],{"class":319},"sDhpE"," '@nuxt\u002Fcontent'\n",[285,322,324],{"class":287,"line":323},2,[285,325,326],{"emptyLinePlaceholder":213},"\n",[285,328,329,332,336,340],{"class":287,"line":181},[285,330,331],{"class":291},"export",[285,333,335],{"class":334},"sq3v1"," default",[285,337,339],{"class":338},"sAdtL"," defineContentConfig",[285,341,342],{"class":295},"({\n",[285,344,346,349,353],{"class":287,"line":345},4,[285,347,348],{"class":299},"  collections",[285,350,352],{"class":351},"st7oF",":",[285,354,355],{"class":295}," {\n",[285,357,359,362,364,367],{"class":287,"line":358},5,[285,360,361],{"class":299},"    writing",[285,363,352],{"class":351},[285,365,366],{"class":338}," defineCollection",[285,368,342],{"class":295},[285,370,372,375,377,380],{"class":287,"line":371},6,[285,373,374],{"class":299},"      type",[285,376,352],{"class":351},[285,378,379],{"class":319}," 'page'",[285,381,27],{"class":295},[285,383,385,388,390,393],{"class":287,"line":384},7,[285,386,387],{"class":299},"      source",[285,389,352],{"class":351},[285,391,392],{"class":319}," 'writing\u002F*.md'",[285,394,27],{"class":295},[285,396,398,401,403,407,409,412],{"class":287,"line":397},8,[285,399,400],{"class":299},"      schema",[285,402,352],{"class":351},[285,404,406],{"class":405},"s7GmK"," z",[285,408,51],{"class":295},[285,410,411],{"class":338},"object",[285,413,342],{"class":295},[285,415,417,420,422,424,426,429],{"class":287,"line":416},9,[285,418,419],{"class":299},"        title",[285,421,352],{"class":351},[285,423,406],{"class":405},[285,425,51],{"class":295},[285,427,428],{"class":338},"string",[285,430,431],{"class":295},"(),\n",[285,433,435,438,440,442,444,446],{"class":287,"line":434},10,[285,436,437],{"class":299},"        date",[285,439,352],{"class":351},[285,441,406],{"class":405},[285,443,51],{"class":295},[285,445,428],{"class":338},[285,447,431],{"class":295},[285,449,451,454,456,458,460,462,465,468],{"class":287,"line":450},11,[285,452,453],{"class":299},"        description",[285,455,352],{"class":351},[285,457,406],{"class":405},[285,459,51],{"class":295},[285,461,428],{"class":338},[285,463,464],{"class":295},"().",[285,466,467],{"class":338},"optional",[285,469,431],{"class":295},[285,471,473],{"class":287,"line":472},12,[285,474,475],{"class":295},"      }),\n",[285,477,479],{"class":287,"line":478},13,[285,480,481],{"class":295},"    }),\n",[285,483,485],{"class":287,"line":484},14,[285,486,487],{"class":295},"  },\n",[285,489,491],{"class":287,"line":490},15,[285,492,493],{"class":295},"})\n",[10,495,496],{},"A deliberately long line, to confirm that a code block scrolls within its own\nbox rather than widening the page:",[275,498,502],{"className":499,"code":500,"language":501,"meta":281,"style":281},"language-bash shiki shiki-themes one-light one-dark-pro","nuxt generate --preset=static --no-experimental-json-payload --log-level=verbose --dir=\u002Ftmp\u002Fout --dotenv=.env.production.local\n","bash",[33,503,504],{"__ignoreMap":281},[285,505,506,509,512,516,519,522,525],{"class":287,"line":288},[285,507,508],{"class":338},"nuxt",[285,510,511],{"class":319}," generate",[285,513,515],{"class":514},"sAGMh"," --preset=static",[285,517,518],{"class":514}," --no-experimental-json-payload",[285,520,521],{"class":514}," --log-level=verbose",[285,523,524],{"class":514}," --dir=\u002Ftmp\u002Fout",[285,526,527],{"class":514}," --dotenv=.env.production.local\n",[10,529,530],{},"No language, so it is drawn as plain monospace:",[275,532,537],{"className":533,"code":535,"language":536,"meta":281},[534],"language-text","plain text\nand a second line\n","text",[33,538,535],{"__ignoreMap":281},[53,540,542],{"id":541},"tables","Tables",[544,545,548],"div",{"className":546},[547],"table-scroll",[549,550,551,570],"table",{},[552,553,554],"thead",{},[555,556,557,562,566],"tr",{},[558,559,561],"th",{"align":560},"left","Left",[558,563,565],{"align":564},"center","Centred",[558,567,569],{"align":568},"right","Right",[571,572,573,584,598],"tbody",{},[555,574,575,578,581],{},[576,577,37],"td",{"align":560},[576,579,580],{"align":564},"b",[576,582,583],{"align":568},"c",[555,585,586,589,594],{},[576,587,588],{"align":560},"A cell long enough to wrap, which is where the alignment gets checked",[576,590,591],{"align":564},[14,592,593],{},"bold",[576,595,596],{"align":568},[33,597,33],{},[555,599,600,603,606],{},[576,601,602],{"align":560},"Short",[576,604,605],{"align":564},"Medium",[576,607,608],{"align":568},"1234567",[544,610,612],{"className":611},[547],[549,613,614,624],{},[552,615,616],{},[555,617,618,621],{},[558,619,620],{},"Two columns",[558,622,623],{},"and a narrow table",[571,625,626],{},[555,627,628,631],{},[576,629,630],{},"one",[576,632,633],{},"two",[53,635,637],{"id":636},"pictures","Pictures",[10,639,640],{},"A narrow one, smaller than the column and so left at its own size:",[642,643,646],"button",{"type":642,"className":644},[645],"image-zoom",[647,648],"img",{"src":649,"width":650,"height":651,"alt":652,"loading":653,"decoding":654},"\u002Fdemo\u002Fsmall.png",420,300,"A small 420×300 picture","eager","async",[10,656,657],{},"A full-width one, which opens larger:",[642,659,661],{"type":642,"className":660},[645],[647,662],{"src":663,"width":664,"height":665,"alt":666,"loading":667,"decoding":654},"\u002Fdemo\u002Fwide.png",1600,900,"A wide 1600×900 diagram","lazy",[10,669,670],{},"A very wide one:",[642,672,674],{"type":642,"className":673},[645],[647,675],{"src":676,"width":677,"height":678,"alt":679,"loading":667,"decoding":654},"\u002Fdemo\u002Fpanorama.png",2000,700,"A 2000×700 panorama",[10,681,682],{},"A portrait:",[642,684,686],{"type":642,"className":685},[645],[647,687],{"src":688,"width":665,"height":689,"alt":690,"loading":667,"decoding":654},"\u002Fdemo\u002Fportrait.png",1500,"A 900×1500 portrait",[10,692,693],{},"A square:",[642,695,697],{"type":642,"className":696},[645],[647,698],{"src":699,"width":700,"height":700,"alt":701,"loading":667,"decoding":654},"\u002Fdemo\u002Fsquare.png",1200,"A 1200×1200 square",[10,703,704,705,711],{},"And small in the middle of a sentence: ",[642,706,708],{"type":642,"className":707},[645],[647,709],{"src":649,"width":650,"height":651,"alt":710,"loading":667,"decoding":654},"An inline picture"," the words carry on after it.",[53,713,715],{"id":714},"a-rule","A rule",[717,718],"hr",{},[10,720,721,722,725],{},"That was a ",[33,723,724],{},"---"," above.",[53,727,729],{"id":728},"notes","Notes",[10,731,732],{},"A note is written with the words it explains, so the sentence reads as it would\nwithout it and the note can say what it is about:",[275,734,737],{"className":735,"code":736,"language":536},[534],":fn[the words]{is=\"what they mean\"}\n",[33,738,736],{"__ignoreMap":281},[10,740,741,742,745,746,751,762,763,768,776,777,783,792,793,797,806],{},"So ",[33,743,744],{},":fn"," ",[285,747,750],{"className":748},[749],"note-words","directive",[127,752,755],{"className":753},[754],"note-marker",[37,756,761],{"href":757,"id":758,"className":759},"#note-1","marker-1",[760],"note-marker-link","1"," attaches to\nanything — ",[285,764,766],{"className":765},[749],[33,767,33],{},[127,769,771],{"className":770},[754],[37,772,124],{"href":773,"id":774,"className":775},"#note-2","marker-2",[760],"\nincluded, and ",[285,778,780],{"className":779},[749],[14,781,782],{},"something emphasised",[127,784,786],{"className":785},[754],[37,787,791],{"href":788,"id":789,"className":790},"#note-3","marker-3",[760],"3",". The note itself\nis written out at the foot of the article, where ",[285,794,796],{"className":795},[749],"a phrase",[127,798,800],{"className":799},[754],[37,801,805],{"href":802,"id":803,"className":804},"#note-4","marker-4",[760],"4","\nopens it, and the whole explanation links back to the words.",[10,808,809,810,814,823,824,828,51],{},"Several notes in one paragraph collect in the order they are written:\n",[285,811,813],{"className":812},[749],"first",[127,815,817],{"className":816},[754],[37,818,822],{"href":819,"id":820,"className":821},"#note-5","marker-5",[760],"5"," and ",[285,825,827],{"className":826},[749],"second",[127,829,831],{"className":830},[754],[37,832,836],{"href":833,"id":834,"className":835},"#note-6","marker-6",[760],"6",[10,838,839,840,844,853,854,858,867],{},"There are enough of them in this article to fill the fold, which shows\n",[285,841,843],{"className":842},[749],"five",[127,845,847],{"className":846},[754],[37,848,852],{"href":849,"id":850,"className":851},"#note-7","marker-7",[760],"7"," and a\nline of the sixth before the rest are folded away. ",[285,855,857],{"className":856},[749],"Opening it",[127,859,861],{"className":860},[754],[37,862,866],{"href":863,"id":864,"className":865},"#note-8","marker-8",[760],"8","\nis what the control under them does.",[53,869,871],{"id":870},"raw-html","Raw HTML",[873,874,875,879,882],"details",{},[876,877,878],"summary",{},"Open for more",[10,880,881],{},"What is folded away can be a paragraph or a list:",[150,883,884,886],{},[153,885,630],{},[153,887,633],{},[544,889,890],{"align":564},[10,891,892],{},[19,893,894],{},"A centred HTML block.",[896,897,899,904,1083,1185],"section",{"className":898,"aria-label":729},[728],[10,900,729],{"className":901,"role":903,"aria-level":323},[902],"notes-heading","heading",[179,905,908,955,988,1021,1052],{"className":906},[907],"notes-list",[153,909,913],{"id":910,"className":911},"note-1",[912],"note",[285,914,917,921,925],{"className":915},[916],"note-line",[285,918,750],{"className":919},[920],"note-phrase",[127,922,761],{"className":923,"aria-hidden":924},[754],"true",[37,926,930,931,950],{"href":927,"className":928},"#marker-1",[929],"note-link","the inline form: a name in brackets, then attributes in braces",[285,932,935],{"className":933,"aria-hidden":924},[934],"note-back",[936,937,943,947],"svg",{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},"0 0 24 24",24,"none","currentColor","round",[944,945],"path",{"d":946},"M20 4v7a4 4 0 0 1-4 4H4",[944,948],{"d":949},"m9 10-5 5 5 5",[285,951,954],{"className":952},[953],"visually-hidden"," (back to note 1)",[153,956,959],{"id":957,"className":958},"note-2",[912],[285,960,962,967,970],{"className":961},[916],[285,963,965],{"className":964},[920],[33,966,33],{},[127,968,124],{"className":969,"aria-hidden":924},[754],[37,971,974,975,984],{"href":972,"className":973},"#marker-2",[929],"formatting inside the noted words is kept, and the collected note shows it too",[285,976,978],{"className":977,"aria-hidden":924},[934],[936,979,980,982],{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},[944,981],{"d":946},[944,983],{"d":949},[285,985,987],{"className":986},[953]," (back to note 2)",[153,989,992],{"id":990,"className":991},"note-3",[912],[285,993,995,1000,1003],{"className":994},[916],[285,996,998],{"className":997},[920],[14,999,782],{},[127,1001,791],{"className":1002,"aria-hidden":924},[754],[37,1004,1007,1008,1017],{"href":1005,"className":1006},"#marker-3",[929],"which is the shape most notes here take",[285,1009,1011],{"className":1010,"aria-hidden":924},[934],[936,1012,1013,1015],{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},[944,1014],{"d":946},[944,1016],{"d":949},[285,1018,1020],{"className":1019},[953]," (back to note 3)",[153,1022,1025],{"id":1023,"className":1024},"note-4",[912],[285,1026,1028,1031,1034],{"className":1027},[916],[285,1029,796],{"className":1030},[920],[127,1032,805],{"className":1033,"aria-hidden":924},[754],[37,1035,1038,1039,1048],{"href":1036,"className":1037},"#marker-4",[929],"held in the article's own colour, so each note has one strong point to find it by",[285,1040,1042],{"className":1041,"aria-hidden":924},[934],[936,1043,1044,1046],{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},[944,1045],{"d":946},[944,1047],{"d":949},[285,1049,1051],{"className":1050},[953]," (back to note 4)",[153,1053,1056],{"id":1054,"className":1055},"note-5",[912],[285,1057,1059,1062,1065],{"className":1058},[916],[285,1060,813],{"className":1061},[920],[127,1063,822],{"className":1064,"aria-hidden":924},[754],[37,1066,1069,1070,1079],{"href":1067,"className":1068},"#marker-5",[929],"the first note written on this line",[285,1071,1073],{"className":1072,"aria-hidden":924},[934],[936,1074,1075,1077],{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},[944,1076],{"d":946},[944,1078],{"d":949},[285,1080,1082],{"className":1081},[953]," (back to note 5)",[544,1084,1089],{"className":1085,"data-phase":1087,"id":1088},[1086],"notes-fold","collapsed","folded-notes",[179,1090,1092,1123,1154],{"className":1091},[907],[153,1093,1096],{"id":1094,"className":1095},"note-6",[912],[285,1097,1099,1102,1105],{"className":1098},[916],[285,1100,827],{"className":1101},[920],[127,1103,836],{"className":1104,"aria-hidden":924},[754],[37,1106,1109,1110,1119],{"href":1107,"className":1108},"#marker-6",[929],"and the second, collected after it",[285,1111,1113],{"className":1112,"aria-hidden":924},[934],[936,1114,1115,1117],{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},[944,1116],{"d":946},[944,1118],{"d":949},[285,1120,1122],{"className":1121},[953]," (back to note 6)",[153,1124,1127],{"id":1125,"className":1126},"note-7",[912],[285,1128,1130,1133,1136],{"className":1129},[916],[285,1131,843],{"className":1132},[920],[127,1134,852],{"className":1135,"aria-hidden":924},[754],[37,1137,1140,1141,1150],{"href":1138,"className":1139},"#marker-7",[929],"the number a reader can take in before they start scanning instead of reading",[285,1142,1144],{"className":1143,"aria-hidden":924},[934],[936,1145,1146,1148],{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},[944,1147],{"d":946},[944,1149],{"d":949},[285,1151,1153],{"className":1152},[953]," (back to note 7)",[153,1155,1158],{"id":1156,"className":1157},"note-8",[912],[285,1159,1161,1164,1167],{"className":1160},[916],[285,1162,857],{"className":1163},[920],[127,1165,866],{"className":1166,"aria-hidden":924},[754],[37,1168,1171,1172,1181],{"href":1169,"className":1170},"#marker-8",[929],"and every jump into it, which opens it on the way past",[285,1173,1175],{"className":1174,"aria-hidden":924},[934],[936,1176,1177,1179],{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},[944,1178],{"d":946},[944,1180],{"d":949},[285,1182,1184],{"className":1183},[953]," (back to note 8)",[642,1186,1190,1191],{"type":642,"className":1187,"aria-expanded":1189,"aria-controls":1088},[1188],"notes-toggle","false","Show the remaining 3 ",[285,1192,1195],{"className":1193,"aria-hidden":924},[1194],"notes-chevron",[936,1196,1197],{"viewBox":938,"width":939,"height":939,"fill":940,"stroke":941,"stroke-width":323,"stroke-linecap":942,"stroke-linejoin":942,"aria-hidden":924},[944,1198],{"d":1199},"m6 9 6 6 6-6",[1201,1202,1203],"style",{},"html pre.shiki code .sLKXg, html code.shiki .sLKXg{--shiki-default:#A626A4;--shiki-dark:#C678DD}html pre.shiki code .s5ixo, html code.shiki .s5ixo{--shiki-default:#383A42;--shiki-dark:#ABB2BF}html pre.shiki code .sJa8x, html code.shiki .sJa8x{--shiki-default:#E45649;--shiki-dark:#E06C75}html pre.shiki code .sDhpE, html code.shiki .sDhpE{--shiki-default:#50A14F;--shiki-dark:#98C379}html pre.shiki code .sq3v1, html code.shiki .sq3v1{--shiki-default:#E45649;--shiki-dark:#C678DD}html pre.shiki code .sAdtL, html code.shiki .sAdtL{--shiki-default:#4078F2;--shiki-dark:#61AFEF}html pre.shiki code .st7oF, html code.shiki .st7oF{--shiki-default:#0184BC;--shiki-dark:#ABB2BF}html pre.shiki code .s7GmK, html code.shiki .s7GmK{--shiki-default:#383A42;--shiki-dark:#E5C07B}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sAGMh, html code.shiki .sAGMh{--shiki-default:#986801;--shiki-dark:#D19A66}",{"title":281,"searchDepth":323,"depth":323,"links":1205},[1206,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218],{"id":55,"depth":323,"text":56,"children":1207},[1208],{"id":71,"depth":181,"text":72},{"id":90,"depth":323,"text":91},{"id":104,"depth":323,"text":105},{"id":144,"depth":323,"text":145},{"id":236,"depth":323,"text":237},{"id":33,"depth":323,"text":270},{"id":541,"depth":323,"text":542},{"id":636,"depth":323,"text":637},{"id":714,"depth":323,"text":715},{"id":728,"depth":323,"text":729},{"id":870,"depth":323,"text":871},"2026-08-18","Headings, lists, tables, footnotes, task lists, inline formatting, code blocks and pictures, all in one read.","md",{},"\u002Fwriting\u002Fmarkdown-reference",{"title":5,"description":1220},"writing\u002Fmarkdown-reference","FUSFxuEi9-IQrkAAjMuwKl5F6q5SWpFSTpH2FmniNxk",1789422200986]