Browse Source

Update CHANGELOG.md, fix typos

pull/1063/head
Bob Conan 1 year ago
committed by GitHub
parent
commit
a48e6a5118
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      CHANGELOG.md

8
CHANGELOG.md

@ -340,7 +340,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Fixed nesting limit check in inline blocks, #197. - Fixed nesting limit check in inline blocks, #197.
- Fixed posible tail loss in CLI ouput. - Fixed possible tail loss in CLI ouput.
## [5.1.0] - 2016-01-07 ## [5.1.0] - 2016-01-07
@ -370,7 +370,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Internal API change. Due to new CM spec requirements, we had to update - Internal API change. Due to new CM spec requirements, we had to update
internals. That should not touch ordinary users, but can affect some external internals. That should not touch ordinary users, but can affect some external
plugins. If you are plugin developper - see migration guide: plugins. If you are plugin developer - see migration guide:
https://github.com/markdown-it/markdown-it/blob/master/docs/5.0_migration.md. https://github.com/markdown-it/markdown-it/blob/master/docs/5.0_migration.md.
- Updated CM spec compatibility to 0.22 (see list below). - Updated CM spec compatibility to 0.22 (see list below).
- Keep tabs (don't replace with spaces). - Keep tabs (don't replace with spaces).
@ -405,7 +405,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CM spec 0.20. - CM spec 0.20.
### Added ### Added
- Added support for multichar substituition in smartquites, #115. - Added support for multichar substitution in smartquites, #115.
### Fixed ### Fixed
- Fixed code block render inside blockquites, #116. - Fixed code block render inside blockquites, #116.
@ -622,7 +622,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.1.2] - 2014-12-23 ## [2.1.2] - 2014-12-23
### Changed ### Changed
- Exposed helpers into parser instances (for plugins). - Exposed helpers into parser instances (for plugins).
- Removed utils from global export - been in instances seems enougth. - Removed utils from global export - been in instances seems enough.
- Refactored demo & added markdown-it-emoji to it. - Refactored demo & added markdown-it-emoji to it.

Loading…
Cancel
Save