just-a-blog

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

inline_link_title.md (280B)


      1 [single quotes](http://example.com 'Title')
      2 
      3 [double quotes](http://example.com "Title")
      4 
      5 [single quotes blank](http://example.com '')
      6 
      7 [double quotes blank](http://example.com "")
      8 
      9 [space](http://example.com "2 Words")
     10 
     11 [parentheses](http://example.com/url-(parentheses) "Title")