1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/tests/data/special_characters.md

13 lines
203 B
Markdown
Raw Normal View History

2013-11-16 03:55:09 +04:00
AT&T has an ampersand in their name
2013-11-03 19:32:45 +04:00
2013-11-16 03:55:09 +04:00
this & that
2013-11-03 19:32:45 +04:00
2013-11-16 03:55:09 +04:00
4 < 5 and 6 > 5
2013-11-03 19:32:45 +04:00
2013-12-26 23:55:33 +04:00
<http://example.com/autolink?a=1&b=2>
2013-11-03 19:32:45 +04:00
2013-11-16 03:55:09 +04:00
[inline link](/script?a=1&b=2)
2013-11-03 19:32:45 +04:00
2013-11-16 03:55:09 +04:00
[reference link][1]
2013-11-03 19:32:45 +04:00
2013-11-10 12:44:52 +04:00
[1]: http://example.com/?a=1&b=2