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.
 
 
 

19 rivejä
544 B

  1. <p>Link: <a href="http://example.com/">http://example.com/</a>.</p>
  2. <p>With an ampersand: <a href="http://example.com/?foo=1&amp;bar=2">http://example.com/?foo=1&amp;bar=2</a></p>
  3. <ul>
  4. <li>In a list?</li>
  5. <li><a href="http://example.com/">http://example.com/</a></li>
  6. <li>It should.</li>
  7. </ul>
  8. <blockquote>
  9. <p>Blockquoted: <a href="http://example.com/">http://example.com/</a></p>
  10. </blockquote>
  11. <p>Auto-links should not occur here: <code>&lt;http://example.com/&gt;</code></p>
  12. <pre><code>or here: &lt;http://example.com/&gt;
  13. </code></pre>