diff options
Diffstat (limited to 'vendor/michelf/php-markdown/test/resources/markdown.mdtest/Literal quotes in titles.xhtml')
-rw-r--r-- | vendor/michelf/php-markdown/test/resources/markdown.mdtest/Literal quotes in titles.xhtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Literal quotes in titles.xhtml b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Literal quotes in titles.xhtml new file mode 100644 index 000000000..611c1ac61 --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Literal quotes in titles.xhtml @@ -0,0 +1,3 @@ +<p>Foo <a href="/url/" title="Title with "quotes" inside">bar</a>.</p> + +<p>Foo <a href="/url/" title="Title with "quotes" inside">bar</a>.</p> |