just-a-blog

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

implicit_reference.html (375B)


      1 <p>an <a href="http://example.com">implicit</a> reference link</p>
      2 <p>an <a href="http://example.com">implicit</a> reference link with an empty link definition</p>
      3 <p>an <a href="http://example.com">implicit</a> reference link followed by <a href="http://cnn.com">another</a></p>
      4 <p>an <a href="http://example.com" title="Example">explicit</a> reference link with a title</p>