just-a-blog

A bad blogging software that converts Markdown into PHP for some reason.
Log | Files | Refs | README | LICENSE

text_reference.html (462B)


      1 <p><a href="http://example.com">reference link</a></p>
      2 <p><a href="http://example.com">one</a> with a semantic name</p>
      3 <p>[one][404] with no definition</p>
      4 <p><a href="http://example.com">multiline
      5 one</a> defined on 2 lines</p>
      6 <p><a href="http://example.com">one</a> with a mixed case label and an upper case definition</p>
      7 <p><a href="http://example.com">one</a> with the a label on the next line</p>
      8 <p><a href="http://example.com"><code>link</code></a></p>