diff options
Diffstat (limited to 'tests/markdown-test/literal-quotes.html')
-rw-r--r-- | tests/markdown-test/literal-quotes.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/markdown-test/literal-quotes.html b/tests/markdown-test/literal-quotes.html new file mode 100644 index 0000000..806b7f2 --- /dev/null +++ b/tests/markdown-test/literal-quotes.html @@ -0,0 +1,7 @@ + +<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> + + |