Browse Source

13.0.0 released

pull/866/head 13.0.0
Vitaly Puzrin 2 years ago
parent
commit
6ec0b76ebe
  1. 2
      CHANGELOG.md
  2. 2
      package.json

2
CHANGELOG.md

@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [13.0.0] - WIP
## [13.0.0] - 2022-04-22
### Added
- Added a new token type `text_special` to store escaped characters, same as `text` but
unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.).

2
package.json

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

Loading…
Cancel
Save