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.
 
 
 
Alex Kocharin 3fc0deb38b Put entities to separate token 2 years ago
..
autolink.js Fix quadratic complexity in autolinks 4 years ago
backticks.js Fix quadratic compexity on backticks 4 years ago
balance_pairs.js Improve emphasis algorithm 2 years ago
emphasis.js Improve emphasis algorithm 2 years ago
entity.js Put entities to separate token 2 years 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 Add linkifier rule to inline chain for full links 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 Add linkifier rule to inline chain for full links 2 years ago
newline.js Fix possible ReDOS in newline rule. 2 years ago
state_inline.js Add linkifier rule to inline chain for full links 2 years ago
strikethrough.js Improve emphasis algorithm 2 years ago
text.js Added example of tuneable text rule, for memory 9 years ago