Closed Logan1x closed 6 years ago
The usages of this plugin is basically to put the programming language directly behind the markdown declaration like this
```javascript // this one
var foo = 'foo';
``` //
the supported languages are here http://prismjs.com/#languages-list
There should be a demo for using prism in markdown file.