Update dependency marked to v2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
marked (source) | dependencies | major | 0.8.0 -> 2.1.3 |
Release Notes
markedjs/marked
v2.1.3
Bug Fixes
v2.1.2
Bug Fixes
v2.1.1
Bug Fixes
v2.1.0
Features
v2.0.7
Bug Fixes
v2.0.6
Bug Fixes
v2.0.5
Bug Fixes
v2.0.4
Bug Fixes
v2.0.3
Bug Fixes
v2.0.2
Bug Fixes
v2.0.1
Bug Fixes
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.
v1.2.9
Bug Fixes
v1.2.8
Bug Fixes
v1.2.7
Bug Fixes
v1.2.6
Bug Fixes
- fix atx heading and make regex safe (#1853) (70ee29c) possible breaking change: When using the block.heading rule the text provided in capture group 2 will not be trimmed of whitespace.
- fix link with angle brackets around href (#1851) (656c3e4)
v1.2.5
Bug Fixes
- fix em and strong starting with special char (#1832) (f9bc93b)
- task lists not rendered when GFM is disabled (#1825) (3942e89), closes #1823
v1.2.4
Bug Fixes
Possible Breaking Change: When using the inline.del rule the text is provided in capture group 2 instead of 1.
v1.2.3
Bug Fixes
v1.2.2
Bug Fixes
v1.2.1
re-release of v 1.1.2 since semantic release picked up the wrong version
v1.2.0
Features
Fixes
- Fix html comments #1739
- Fix line break #1746
- Fix indented tables to follow gfm spec #1748
- Fix underscore adjacent to asterisk #1755
Dependencies
- Regenerate lock file #1736
Documentation
- Add api dingus for babelmark #1742
- Update docs to use static build step and clean URLs via Vercel #1749
v1.1.2
Bug Fixes
v1.1.1
Fixes
- Fix image links with escaped brackets #1683
- Fix async highlight not async #1685
- Fix ordered lists that use
)
delimiter #1704 - Pass many more Em and Strong tests #1686 (Thanks @calculuschild)
Docs
- Add favicon #1710
- Decode hash #1712
- Clarify level of support for Markdown flavors #1720
- Fix quick ref #1729
Scripts
- Add
npm run rules
#1726
v1.1.0
Features
- Add
walkTokens
option #1664
Fixes
- Fix
renderer.code
includes space at beginning of each line of code #1645 - Fix codespan newline #1652
- Fix comma after underscore emphasis #1660
- Fix loose task list with no tokens #1674
- Add
browser
field inpackage.json
pointing to es5 output #1661 - Add newline to rendered code with language #1670
- Fix async highlighter walking all tokens #1664
Docs
- Add
tokenizer
to option docs #1662
v1.0.0
Breaking changes
- Add inline tokens to
marked.lexer
output #1627 - Treat escape token same way as plain text tokens #1642
- Add
Tokenizer
to allow extending token creation #1637
Features
- Add
marked.use()
method to extend options #1646
Fixes
- Fix intra-word emphasis can match the wrong asterisks #1636
- Fix italics modifier (
_
) breaks links containing underscores #1641 - Fix closing delimited * incorrect for consecutive ocurrences #1644
Docs
- Fix lexer data token in demo #1638
CI
v0.8.2
Fixes
Docs
- Update comment about GitHub breaks #1620
v0.8.1
Fixes
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.
Edited by Botaniker (Bot)