···55image: "mc_map_art.png"
66---
7788-## this
88+## this is
991010-### is
1010+### simply
11111212-#### simply
1212+#### a
13131414-##### a
1414+##### test
15151616-###### test
1616+###### i wouldnt use absurd headings in the wild, just h2 MAYBE h3
17171818-## Paragraphs
1818+look we r testinng!!
1919+2020+## normie syntax
2121+2222+### Paragraphs
19232024here is a paragraph
2125···25292630now 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>
27312828-## Code
3232+### Code
29333034```html
3135<h1>Code</h1>
3236```
33373434-## Tables
3838+<!-- make inline look good -->
3939+4040+heres sopme `inline` code
4141+4242+### Tables
35433644<!-- style -->
3745···3947| ---- | ----- |
4048| a | table |
41494242-## Blockquotes
5050+### Blockquotes
43514452> and this, a block quote
4553> which is multiline
46544755> and heres another
48564949-> $NOTE
5050-> This one is a note
5151-5252-> $ALERT
5353-> This one is another keyword
5454-5555-## Lists
5757+### Lists
56585757-### Unordered
5959+#### Unordered
58605961- an unordered list
6062 - with nesting
6363+ - and more
6164- going back
6265- again
63666464-## Ordered
6767+#### Ordered
656866691. an unordered list
67702. which has
6868-6971 1. nesting
7072 2. high numbers
71737272-### Check
7474+#### Check
73757476- [ ] make this look good
7577- [ ] make `/blog` look good
7678- [x] oh yeah that was an inline code 💪
77797878-## Image
8080+## fancy syntax
8181+8282+### blockquote flags
8383+8484+> $NOTE
8585+> This one is a note
79868787+> $ALERT
8888+> This one is another keyword
8989+9090+> $NOTE
9191+> this can be achived by adding `$FLAG` to the first line of a blockquote (make sure to add the double space)
9292+9393+### Image
80948195
82968397 heres an image which should be on the right while this text wraps around it? i hope? make sure the image goes first tho !!!!
9898+9999+> $INFO
100100+> image flags go in alt text
101101+> if alt text has a pipe (|), there are flags
102102+> all words up to the first pipe are treated as flags in a space seperated list
103103+> they are added to the data tag as `[data-img-flag--<name>="true"]`
8410485105