grunt-markdown
Version:
Compile markdown to html. GFM and code highlighting support!
24 lines (17 loc) • 318 B
Markdown
#This is a test of GFM for javascript
It should render the following:
* json
* javascript
```javascript
(function() {
console.log('oh hai');
}());
```
It will also render `json` blocks
```json
{
"config": 34,
"files": ["1.js", "2.js"]
}
```
[markdown](http://daringfireball.net/projects/markdown/syntax)