MarkdownParser/test/data/text_reference.md

21 lines
348 B
Markdown
Raw Normal View History

2013-11-16 00:55:09 +01:00
[reference link][1]
[1]: http://example.com
[one][website] with a semantic name
[website]: http://example.com
[one][404] with no definition
[multiline
one][website] defined on 2 lines
2014-04-17 09:59:35 +02:00
[one][Label] with a mixed case label and an upper case definition
2013-11-16 00:55:09 +01:00
[LABEL]: http://example.com
2014-04-17 09:59:35 +02:00
[one]
[1] with the a label on the next line
[`link`][website]