just-a-blog

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

emphasis.html (370B)


      1 <p><em>underscore</em>, <em>asterisk</em>, <em>one two</em>, <em>three four</em>, <em>a</em>, <em>b</em></p>
      2 <p><strong>strong</strong> and <em>em</em> and <strong>strong</strong> and <em>em</em></p>
      3 <p><em>line
      4 line
      5 line</em></p>
      6 <p>this_is_not_an_emphasis</p>
      7 <p>an empty emphasis __ ** is not an emphasis</p>
      8 <p>*mixed *<em>double and</em> single asterisk** spans</p>