diff options
Diffstat (limited to 'vendor/michelf/php-markdown/test/resources/markdown.mdtest/Amps and angle encoding.xhtml')
-rw-r--r-- | vendor/michelf/php-markdown/test/resources/markdown.mdtest/Amps and angle encoding.xhtml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Amps and angle encoding.xhtml b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Amps and angle encoding.xhtml new file mode 100644 index 000000000..9606860b6 --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Amps and angle encoding.xhtml @@ -0,0 +1,17 @@ +<p>AT&T has an ampersand in their name.</p> + +<p>AT&T is another way to write it.</p> + +<p>This & that.</p> + +<p>4 < 5.</p> + +<p>6 > 5.</p> + +<p>Here's a <a href="http://example.com/?foo=1&bar=2">link</a> with an ampersand in the URL.</p> + +<p>Here's a link with an amersand in the link text: <a href="http://att.com/" title="AT&T">AT&T</a>.</p> + +<p>Here's an inline <a href="/script?foo=1&bar=2">link</a>.</p> + +<p>Here's an inline <a href="/script?foo=1&bar=2">link</a>.</p> |