|
|
@ -6,6 +6,11 @@ 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). |
|
|
|
|
|
|
|
|
|
|
|
## [12.3.1] - WIP |
|
|
|
### Fixed |
|
|
|
- Fix corner case when tab prevents paragraph continuation in lists, #830. |
|
|
|
|
|
|
|
|
|
|
|
## [12.3.0] - 2021-12-09 |
|
|
|
### Changed |
|
|
|
- `StateInline.delimiters[].jump` is removed. |
|
|
@ -583,6 +588,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Renamed presets folder (configs -> presets). |
|
|
|
|
|
|
|
|
|
|
|
[12.3.1]: https://github.com/markdown-it/markdown-it/compare/12.3.0...12.3.1 |
|
|
|
[12.3.0]: https://github.com/markdown-it/markdown-it/compare/12.2.0...12.3.0 |
|
|
|
[12.2.0]: https://github.com/markdown-it/markdown-it/compare/12.1.0...12.2.0 |
|
|
|
[12.1.0]: https://github.com/markdown-it/markdown-it/compare/12.0.6...12.1.0 |
|
|
|