chore(deps): update dependency marked to v2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
marked (source) | devDependencies | major | 1.2.9 -> 2.0.0 |
Release Notes
markedjs/marked
v2.0.0
Bug Fixes
- Join adjacent inlineText tokens (#1926) (f848e77)
- Total rework of Emphasis/Strong (#1864) (7293251)
BREAKING CHANGES
-
em
andstrong
tokenizers have been merged into oneemStrong
tokenizer. -
code
andtext
tokenizers do not get passed all tokens as a second parameter. - No longer supporting IE 11. IE 11 may still work but we are not committed to making sure it works with every update. We still provide an es5 version in
lib/marked.js
but some pollyfills may be needed for IE 11 in the future.
Renovate configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.