Browse Source

2.1.3 released

pull/14/head 2.1.3
Vitaly Puzrin 10 years ago
parent
commit
fb5f6aaa03
  1. 4
      CHANGELOG.md
  2. 2
      README.md
  3. 5
      package.json

4
CHANGELOG.md

@ -1,7 +1,9 @@
2.1.3 / WIP
2.1.3 / 2014-12-24
------------------
- Added curring to `set`/`configure`/`enable`/`disable` methods.
- Demo rework - now can include plugins.
- Docs update.
2.1.2 / 2014-12-23

2
README.md

@ -11,7 +11,7 @@ __[Live demo](https://markdown-it.github.io)__
- Supports the CommonMark spec + syntax extensions + sugar (URL autolinking, typographer).
- Configurable syntax! You can add new rules and even replace existing ones.
- High speed!
- Community written __[plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin)__ and [utilities](https://www.npmjs.org/browse/keyword/markdown-it) on npm.
- Community written __[plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin)__ and [other packages](https://www.npmjs.org/browse/keyword/markdown-it) on npm.
__Table of content__

5
package.json

@ -1,12 +1,13 @@
{
"name": "markdown-it",
"version": "2.1.2",
"version": "2.1.3",
"description": "Markdown-it - modern pluggable markdown parser.",
"keywords": [
"markdown",
"parser",
"commonmark",
"markdown-it"
"markdown-it",
"markdown-it-plugin"
],
"homepage": "https://github.com/markdown-it/markdown-it",
"repository": {

Loading…
Cancel
Save