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

6 lines
320 B
HTML
Raw Normal View History

2014-04-28 22:53:34 +04:00
<p>AT&amp;T has an ampersand in their name</p>
<p>this &amp; that</p>
2014-12-02 23:23:43 +03:00
<p>4 &lt; 5 and 6 &gt; 5</p>
2014-04-28 22:53:34 +04:00
<p><a href="http://example.com/autolink?a=1&amp;b=2">http://example.com/autolink?a=1&amp;b=2</a></p>
<p><a href="/script?a=1&amp;b=2">inline link</a></p>
2013-11-16 03:55:09 +04:00
<p><a href="http://example.com/?a=1&amp;b=2">reference link</a></p>