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 lines12this is **bold**, this is *italic*, and this is ~~strikethrough~~. you can also use `inline code`.13
14## links15
16here's a [link to sublimated](https://sublimated.com) and an autolink: https://sublimated.com16standard markdown: [sublimated.com](https://sublimated.com)17
18autolink: https://sublimated.com19
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## lists31
32groceries:33- apples100 unmodified lines