diff options
Diffstat (limited to 'tests/basic/links-reference.html')
-rw-r--r-- | tests/basic/links-reference.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/basic/links-reference.html b/tests/basic/links-reference.html index 165c71a..9780bf3 100644 --- a/tests/basic/links-reference.html +++ b/tests/basic/links-reference.html @@ -7,4 +7,6 @@ <p>Indented <a href="/url">thrice</a>.</p> <p>Indented [four][] times.</p> <pre><code>[four]: /url -</code></pre>
\ No newline at end of file +</code></pre> +<p>With <a href="http://example.com/" title="Angle Brackets">angle brackets</a>.</p> +<p>And <a href="http://example.com/" title="Without angle brackets.">without</a>.</p>
\ No newline at end of file |