grunt-markdown
Version:
Compile markdown to html. GFM and code highlighting support!
28 lines (21 loc) • 374 B
Markdown
<!--
@-title:The name is this
@-description: Monkey
-->
#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)