Update dependency markdown-it to v14 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| markdown-it | devDependencies | major | ^13.0.2 -> ^14.0.0 |
| @types/markdown-it (source) | devDependencies | major | ^13.0.9 -> ^14.0.0 |
Release Notes
markdown-it/markdown-it (markdown-it)
v14.1.0
Changed
- Updated CM spec compatibility to 0.31.2, #1009.
Fixed
- Fixed quadratic complexity when parsing references, #996.
- Fixed quadratic output size with pathological user input in tables, #1000.
v14.0.0
Changed
- Drop ancient browsers support (use
.fromCodePointand other features). - Rewrite to ESM (including all plugins/deps). CJS fallback still available.
No signatures changed, except
markdown-it-emojiplugin. - Dropped
dist/folder from repo, build on package publish. - Set
punicode.jsas external dependency.
Fixed
- Html tokens inside img alt are now rendered as their original text, #896.
- Hardbreaks inside img alt are now rendered as newlines.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.