UNPKG

grunt-md2html

Version:

Small Grunt MultiTask to convert Markdown files to HTML

13 lines (10 loc) 208 B
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="<%= basepath %>/style.css"> <title></title> </head> <body> <%= document %> </body> </html>