Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.9
->4.0.10
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
markedjs/marked
v4.0.10
Compare Source
Bug Fixes
v4.0.9
Compare Source
Bug Fixes
v4.0.8
Compare Source
Bug Fixes
v4.0.7
Compare Source
Bug Fixes
v4.0.6
Compare Source
Bug Fixes
v4.0.5
Compare Source
Bug Fixes
v4.0.4
Compare Source
Bug Fixes
v4.0.3
Compare Source
Bug Fixes
v4.0.2
Compare Source
Bug Fixes
v4.0.1
Compare Source
Bug Fixes
main
inpackage.json
(#2276) (7e636d5)v4.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
import { marked } from 'marked'
orconst { marked } = require('marked')
instead./lib/marked.js
removed. Use/marked.min.js
in script tag instead.marked.parse(...)
instead ofmarked(...)
v3.0.8
Compare Source
Bug Fixes
v3.0.7
Compare Source
Bug Fixes
v3.0.6
Compare Source
Bug Fixes
v3.0.5
Compare Source
Bug Fixes
v3.0.4
Compare Source
Bug Fixes
v3.0.3
Compare Source
Bug Fixes
v3.0.2
Compare Source
Bug Fixes
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
this.lexer.inline(text, tokens)
. Theinline
function will queue the token creation until after all block tokens are created.this
object will include thelexer
as a property.this.inlineTokens
becomesthis.lexer.inline
.this
object will include theparser
as a property.this.parseInline
becomesthis.parser.parseInline
.tag
andinlineText
tokenizer function signatures have changed.nptable
tokenizer is removed and merged withtable
tokenizer.table
tokensheader
property changed to contain an array of objects for each header cell withtext
andtokens
properties.table
tokenscells
property changed torows
and is an array of rows where each row contains an array of objects for each cell withtext
andtokens
properties.v2
table
token:v3
table
token:v2.1.3
Compare Source
Bug Fixes
v2.1.2
Compare Source
Bug Fixes
engines
field (#2119) (8659353)v2.1.1
Compare Source
Bug Fixes
v2.1.0
Compare Source
Features
v2.0.7
Compare Source
Bug Fixes
v2.0.6
Compare Source
Bug Fixes
v2.0.5
Compare Source
Bug Fixes
v2.0.4
Compare Source
Bug Fixes
v2.0.3
Compare Source
Bug Fixes
type
property to thedef
token (#2002) (47e65cf)v2.0.2
Compare Source
Bug Fixes
v2.0.1
Compare Source
Bug Fixes
v2.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
em
andstrong
tokenizers have been merged into oneemStrong
tokenizer.code
andtext
tokenizers do not get passed all tokens as a second parameter.lib/marked.js
but some pollyfills may be needed for IE 11 in the future.v1.2.9
Compare Source
Bug Fixes
v1.2.8
Compare Source
Bug Fixes
v1.2.7
Compare Source
Bug Fixes
v1.2.6
Compare Source
Bug Fixes
possible breaking change: When using the block.heading rule the text provided in capture group 2 will not be trimmed of whitespace.
v1.2.5
Compare Source
Bug Fixes
v1.2.4
Compare Source
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
Compare Source
Bug Fixes
v1.2.2
Compare Source
Bug Fixes
v1.2.1
Compare Source
re-release of v 1.1.2 since semantic release picked up the wrong version
v1.2.0
Compare Source
Features
Fixes
Dependencies
Documentation
v1.1.2
Compare Source
Bug Fixes
v1.1.1
Compare Source
Fixes
)
delimiter #1704Docs
Scripts
npm run rules
#1726v1.1.0
Compare Source
Features
walkTokens
option #1664Fixes
renderer.code
includes space at beginning of each line of code #1645browser
field inpackage.json
pointing to es5 output #1661Docs
tokenizer
to option docs #1662v1.0.0
Compare Source
Breaking changes
marked.lexer
output #1627Tokenizer
to allow extending token creation #1637Features
marked.use()
method to extend options #1646Fixes
_
) breaks links containing underscores #1641Docs
CI
v0.8.2
Compare Source
Fixes
Docs
v0.8.1
Compare Source
Fixes
marked --help
#1588v0.8.0
Compare Source
Breaking changes
Fixes
baseUrl
option #1526Docs
Dev Dependencies
v0.7.0
Compare Source
Security
paragraph
andtext
tokens #1504Breaking Changes
sanitize
andsanitizer
options #1504fences
to CommonMark #1511tables
to GFM #1511tables
option #1511Fixes
Tests
v0.6.3
Compare Source
Fixes
<em>
issue with mixed content #1451breaks: true
#1507Docs
DevOps
v0.6.2
Compare Source
Security
Fixes
Enhancements
listitem
function #1440CLI
--test
and fix argv parameters #1442--version
flag to print marked version #1448Testing
v0.6.1
Compare Source
Fixes
Docs
--save
option as it isn't required anymore #1422v0.6.0
Compare Source
Breaking Changes
slugger
toRenderer.prototype.heading
method #1401New Features
marked.Slugger
#1401Fixes
CLI
Docs
breaks
option description #1381Tests
v0.5.2
Compare Source
Bug Fixes
Other
files
key to package.json to prevent publishing unused files #1367v0.5.1
Compare Source
Security
@markedjs/html-differ
to prevent REDOS #1331Bug Fixes
Other
escape()
function to improve performance 10-20% #975v0.5.0
Compare Source
Security
Breaking Changes
Docs
CI
v0.4.0
Compare Source
Security Fixes
heading
regex (#1224)link
regex (#1223, #1227)New Features
Breaking Changes
<em>
less than 3 chars (#1181)<pre>
code blocks so there is no more trailing\n
(#1266)language-
(#1265)CLI Changes
Other changes
v0.3.19
Compare Source
0.3.18 did not have changes to min.
v0.3.18
Compare Source
v0.3.17
Compare Source
v0.3.16
Compare Source
v0.3.15
Compare Source
Fixes unintended breaking change from v0.3.14
v0.3.14
Compare Source
v0.3.13
Compare Source
v0.3.12
Compare Source
use strict
#991