You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

53 lines
1.1 KiB

  1. <p>Foo <a href="/url/" title="Title">bar</a>.</p>
  2. <p>Foo <a href="/url/" title="Title">bar</a>.</p>
  3. <p>Foo <a href="/url/" title="Title">bar</a>.</p>
  4. <p>With <a href="/url/">embedded [brackets]</a>.</p>
  5. <p>Indented <a href="/url">once</a>.</p>
  6. <p>Indented <a href="/url">twice</a>.</p>
  7. <p>Indented <a href="/url">thrice</a>.</p>
  8. <p>Indented [four][] times.</p>
  9. <pre><code>[four]: /url
  10. </code></pre>
  11. <hr>
  12. <p><a href="foo">this</a> should work</p>
  13. <p>So should <a href="foo">this</a>.</p>
  14. <p>And <a href="foo">this</a>.</p>
  15. <p>And <a href="foo">this</a>.</p>
  16. <p>And <a href="foo">this</a>.</p>
  17. <p>But not [that] [].</p>
  18. <p>Nor [that][].</p>
  19. <p>Nor [that].</p>
  20. <p>[Something in brackets like <a href="foo">this</a> should work]</p>
  21. <p>[Same with <a href="foo">this</a>.]</p>
  22. <p>In this case, <a href="/somethingelse/">this</a> points to something else.</p>
  23. <p>Backslashing should suppress [this] and [this].</p>
  24. <hr>
  25. <p>Here's one where the <a href="/url/">link
  26. breaks</a> across lines.</p>
  27. <p>Here's another where the <a href="/url/">link
  28. breaks</a> across lines, but with a line-ending space.</p>