Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
841 B

10 years ago
1.2.0 / WIP
------------------
- Added `<ins>` rule.
- Added `<mark>` rule.
- Added presets support (default, commonmark, full).
- Exposed `.configure()` method to load rules & options config with one command.
- Moved html escaping to renderer.
10 years ago
10 years ago
1.1.2 / 2014-10-23
10 years ago
------------------
10 years ago
- Fixed speed regression.
10 years ago
- Use base64 encoding for permalinks (workaround for github).
- Improved default link validator.
- Updated cache storage logic for inline parser.
10 years ago
1.1.1 / 2014-10-22
------------------
- Fixed `Ruler.after()` method.
10 years ago
- Fixed linkification.
- Simplified loose/tight rendering.
10 years ago
- Refactored inline parser. No close coupled code in rules anymore.
10 years ago
1.1.0 / 2014-10-20
------------------
- Code refactoring, bugfixes, API update.
- Added source lines info to block nodes.
1.0.0 / 2014-10-16
------------------
- First release.