@ -1,3 +1,10 @@
5.1.0 / 2016-01-07
------------------
- Token: added `.attrSet()` & `.attrJoin()` methods.
- Highlighter: allow wrapper override (if result starts with "<pre").
5.0.3 / 2016-01-04
@ -155,7 +155,7 @@ var md = require('markdown-it')({
});
```
Or with full wrapper override (if you need assign class to <pre>):
Or with full wrapper override (if you need assign class to \<pre>):
```js
var hljs = require('highlight.js') // https://highlightjs.org/
@ -1,6 +1,6 @@
{
"name": "markdown-it",
"version": "5.0.3",
"version": "5.1.0",
"description": "Markdown-it - modern pluggable markdown parser.",
"keywords": [
"markdown",