[Archived] Archived WIP of vielle.dev

Add page to test all markdown (+ custom syntax (more to be added later))

vielle.dev 197d166a e7bbe2df

verified
+86
+86
posts/full-test.md
··· 1 + --- 2 + title: Full Test 3 + date: 3000-12-31 4 + colour: "#008282" 5 + image: "mc_map_art.png" 6 + --- 7 + 8 + --- 9 + 10 + ## this 11 + 12 + ### is 13 + 14 + #### simply 15 + 16 + ##### a 17 + 18 + ###### test 19 + 20 + ## Paragraphs 21 + 22 + here is a paragraph 23 + 24 + and here is another 25 + 26 + paragraph with **_strong emph_**, **\*strong** in emph\*, **_emph_ in strong**, **in strong _emph_**, and \*in emph **strong\*** but not ~~this text~~ bc i said so 27 + 28 + now heres a paragraph with a [link](/blog "Goes to blog") which goes to blog, [a link](https://vielle.dev/) which points to my site, and a link to <https://deer.social> 29 + 30 + ## Code 31 + 32 + ```html 33 + <h1>Code</h1> 34 + ``` 35 + 36 + ## Tables 37 + 38 + | this | is | 39 + | ---- | ----- | 40 + | a | table | 41 + 42 + ## Blockquotes 43 + 44 + > and this, a block quote 45 + > which is multiline 46 + 47 + > and heres another 48 + 49 + > $NOTE 50 + > This one is a note 51 + 52 + > $ALERT 53 + > This one is another keyword 54 + 55 + ## Lists 56 + 57 + ### Unordered 58 + 59 + - an unordered list 60 + - with nesting 61 + - going back 62 + - again 63 + 64 + ## Ordered 65 + 66 + 1. an unordered list 67 + 2. which has 68 + 69 + 1) nesting 70 + 2) high numbers 71 + 72 + 999999999. biiig 73 + 74 + ### Check 75 + 76 + - [ ] make this look good 77 + - [ ] make `/blog` look good 78 + - [ ] oh yeah that was an inline code 💪 79 + 80 + ## Image 81 + 82 + ![An unimportiant image](./assets/minecraft.png) 83 + 84 + ![small left | An unimportiant image](./assets/minecraft.png) 85 + 86 + ![small centre | An unimportiant image](./assets/minecraft.png)