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 faae7485b7 Add footnote rules 12 years ago
..
autolink.js Normalize links before they hit renderer 12 years ago
backticks.js updated eslint to 9.1 & did appropriate changes in sources 12 years ago
del.js Fix spaces in subscript and superscript 12 years ago
emphasis.js Check validation flag instead of hardcoding rules 12 years ago
entity.js FIx typo 12 years ago
escape.js updated eslint to 9.1 & did appropriate changes in sources 12 years ago
footnote_inline.js Add footnote rules 12 years ago
footnote_ref.js Add footnote rules 12 years ago
htmltag.js Add validation mode to all inline rules 12 years ago
ins.js Check validation flag instead of hardcoding rules 12 years ago
links.js Moved link parse functions to helpers 12 years ago
mark.js Check validation flag instead of hardcoding rules 12 years ago
newline.js updated eslint to 9.1 & did appropriate changes in sources 12 years ago
state_inline.js Updated parsers API - don't rewrite token arrays in StateCore 12 years ago
sub.js Fix spaces in subscript and superscript 12 years ago
sup.js Fix spaces in subscript and superscript 12 years ago
text.js perf: optimized text scans 12 years ago