UNPKG

markdown-html-fixed

Version:

Command line tool for markdown to html conversion.

17 lines (16 loc) 235 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>{{title}}</title> <style> {{{style}}} </style> </head> <body> THIS IS A CUSTOM TEMPLATE <div class="container"> {{{content}}} </div> </body> </html>