Browse Source

1.1.2 released

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
6ec29fe47a
  1. 3
      CHANGELOG.md
  2. 2
      README.md
  3. 2
      package.json

3
CHANGELOG.md

@ -1,6 +1,7 @@
1.1.2 / WIP
1.1.2 / 2014-10-23
------------------
- Fixed speed regression.
- Use base64 encoding for permalinks (workaround for github).
- Improved default link validator.
- Updated cache storage logic for inline parser.

2
README.md

@ -135,7 +135,7 @@ more advanced, specific for your language.
These extensions are enabled by default:
- [Tables](https://help.github.com/articles/github-flavored-markdown/#tables) (GFM)
- [\<del>](https://help.github.com/articles/github-flavored-markdown/#strikethrough) (GFM strikethrough) - `~~text~~`
- [\<del>](https://help.github.com/articles/github-flavored-markdown/#strikethrough) (GFM strikethrough) - `~~deleted text~~`
## References / Thanks

2
package.json

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

Loading…
Cancel
Save