grunt-md2html
Version:
Small Grunt MultiTask to convert Markdown files to HTML
22 lines (18 loc) • 596 B
HTML
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../spec/fixtures/style.css">
<title></title>
</head>
<body>
<h1 id="testing-grunt-md2html-with-multiple-file-outputs">Testing grunt-md2html with multiple file outputs</h1>
<p>The output should be split in multiple HTML files, one file per input file.</p>
<p>file: tmp/multiple_files/file1.html
Base: ../../spec/fixtures</p>
<p>Some GFM:</p>
<pre><code class="language-js">function() {
console.log('this is some java script code');
}
</code></pre>
</body>
</html>