nihdoc

WIP markup parser (txt -> html)
git clone git://git.alexkarle.com.com/blag
Log | Files | Refs | README | LICENSE

listwrap.html (124B) [raw]


      1 <ul>
      2 <li>
      3 this is a list
      4 with a wrapped item
      5 <ul>
      6 <li>
      7 and a subitem
      8 that wraps too!
      9 </li>
     10 </ul>
     11 </li>
     12 </ul>
     13 <p>
     14 cool!
     15 </p>