6067987 ←a58d8f9antonApr 5, 2026 api

edit demo.md via macOS

M /docs/undefined +12 -0
✎ modified paragraph autolink: https://sublimated.com
+ inserted paragraph standard markdown: sublimated.com
+ inserted paragraph relative link: syntax reference
+ inserted paragraph wikilink: [[syntax]]
+ inserted paragraph wikilink with text: [[syntax|the syntax reference]]
+ inserted paragraph heading link: [[syntax#wikilinks]]
+ inserted paragraph block reference: [[demo#^demo-paragraph]]
M /docs/undefined +12 -0
11 unmodified lines
12this is **bold**, this is *italic*, and this is ~~strikethrough~~. you can also use `inline code`.
13
14## links
15
16here's a [link to sublimated](https://sublimated.com) and an autolink: https://sublimated.com
16standard markdown: [sublimated.com](https://sublimated.com)
17
18autolink: https://sublimated.com
19
20relative link: [syntax reference](syntax.md)
21
22wikilink: [[syntax]]
23
24wikilink with text: [[syntax|the syntax reference]]
25
26heading link: [[syntax#wikilinks]]
27
28block reference: [[demo#^demo-paragraph]]
29
30## lists
31
32groceries:
33- apples
100 unmodified lines