nihdoc

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

link.html (777B) [raw]


      1 <p>
      2 <a href="https://alexkarle.com">https://alexkarle.com</a>
      3 </p>
      4 <p>
      5 <a href="https://alexkarle.com">link <code>with code</code> <strong>and bold</strong></a>
      6 </p>
      7 <p>
      8 <a href="https://alexkarle.com">link with *escape</a>
      9 </p>
     10 <p>
     11 this is a paragraph about
     12 <a href="https://alexkarle.com">https://alexkarle.com</a>
     13 yo!
     14 </p>
     15 <p>
     16 this is a paragraph about
     17 <a href="https://alexkarle.com">my site</a>
     18 yo!
     19 </p>
     20 <p>
     21 this is a paragraph about
     22 <a href="https://alexkarle.com">https://alexkarle.com</a> yo!
     23 </p>
     24 <p>
     25 this is a paragraph about
     26 <a href="https://alexkarle.com">my site</a> yo!
     27 </p>
     28 <p>
     29 this is a <a href="link">https://alexkarle.com</a>: without a space after
     30 </p>
     31 <p>
     32 this is a link <a href="https://alexkarle.com">https://alexkarle.com</a>: without a space after
     33 </p>