Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Matt Cowley 8470eb6706
chore: Update entities dependency (#901)
8 months ago
..
autolink.js Fix quadratic complexity in autolinks 4 years ago
backticks.js Multiple refactors 2 years ago
balance_pairs.js Multiple refactors 2 years ago
emphasis.js Improve emphasis algorithm 3 years ago
entity.js chore: Update entities dependency (#901) 8 months ago
escape.js Put escape sequences into separate token 2 years ago
fragments_join.js Put escape sequences into separate token 2 years ago
html_inline.js Multiple refactors 2 years ago
image.js Make link/image/reference helpers overridable 8 years ago
link.js Add linkifier rule to inline chain for full links 2 years ago
linkify.js Fix crash in linkify inline rule on malformed input 9 months ago
newline.js Fix possible ReDOS in newline rule. 3 years ago
state_inline.js Add linkifier rule to inline chain for full links 2 years ago
strikethrough.js Improve emphasis algorithm 3 years ago
text.js Added example of tuneable text rule, for memory 9 years ago