Browse Source

1.4.0 released

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
d3b92b50c8
  1. 1
      CHANGELOG.md
  2. 2
      package.json

1
CHANGELOG.md

@ -5,6 +5,7 @@
- Added `renderInline()` and `parseInline()` methods.
- Added abbreviations support.
- Fixed problem with tables, having single column.
- Fixed rendered rules rewrite for inline tags.
- Changed internal api (ruler, inline, block classes).
- Removed typographer chain (rules moved to `core`).
- Removed all typographer options. Quote chars defs moved to `options.quotes`.

2
package.json

@ -1,6 +1,6 @@
{
"name": "remarkable",
"version": "1.3.0",
"version": "1.4.0",
"description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.",
"keywords": [
"markdown",

Loading…
Cancel
Save