UNPKG

showdown

Version:

A Markdown to HTML converter written in Javascript

16 lines (15 loc) 229 B
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> </head> <body> <p>This is a <strong>markdown</strong> file</p> <p>Converted into a full HTML document</p> <ul> <li>this</li> <li>is</li> <li>awesome</li> </ul> </body> </html>