just-a-blog

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

atx_heading.html (128B)


      1 <h1>h1</h1>
      2 <h2>h2</h2>
      3 <h3>h3</h3>
      4 <h4>h4</h4>
      5 <h5>h5</h5>
      6 <h6>h6</h6>
      7 <p>####### not a heading</p>
      8 <h1>closed h1</h1>
      9 <p>#</p>