UNPKG

markdown-html-fixed

Version:

Command line tool for markdown to html conversion.

18 lines (16 loc) 240 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>{{title}}</title> <style> {{{style}}} </style> </head> <body> <div class="container"> {{{content}}} </div> <script>{{{script}}}</script> </body> </html>