Browse Source

4.0.1 released

pull/82/head 4.0.1
Vitaly Puzrin 10 years ago
parent
commit
7bd5221673
  1. 7
      CHANGELOG.md
  2. 3
      README.md
  3. 2
      package.json

7
CHANGELOG.md

@ -1,3 +1,10 @@
4.0.1 / 2015-03-13
------------------
- Updated `linkify-it` version.
- Added custom container plugin demo.
4.0.0 / 2015-03-11
------------------

3
README.md

@ -179,8 +179,11 @@ Via plugins:
- [footnote](https://github.com/markdown-it/markdown-it-footnote)
- [definition list](https://github.com/markdown-it/markdown-it-deflist)
- [abbreviation](https://github.com/markdown-it/markdown-it-abbr)
- [emoji](https://github.com/markdown-it/markdown-it-emoji)
- [custom container](https://github.com/markdown-it/markdown-it-container)
- [insert](https://github.com/markdown-it/markdown-it-ins)
- [mark](https://github.com/markdown-it/markdown-it-mark)
- ... and [others](https://www.npmjs.org/browse/keyword/markdown-it-plugin)
### Manage rules

2
package.json

@ -1,6 +1,6 @@
{
"name": "markdown-it",
"version": "4.0.0",
"version": "4.0.1",
"description": "Markdown-it - modern pluggable markdown parser.",
"keywords": [
"markdown",

Loading…
Cancel
Save