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 1d07999279 Avoid crash in links when references are disabled 11 years ago
..
autolink.js Both helpers & utils are not in each instance of main parser 11 years ago
backticks.js eslint rules & coding style update 11 years ago
del.js Allow sequence of 4+ markers in pairs 11 years ago
emphasis.js Allow sequence of 4+ markers in emphases 11 years ago
entity.js More safe properties check 11 years ago
escape.js updated eslint to 9.1 & did appropriate changes in sources 11 years ago
footnote_inline.js Fix text after inline footnotes 11 years ago
footnote_ref.js eslint rules & coding style update 11 years ago
htmltag.js Add validation mode to all inline rules 11 years ago
ins.js Allow sequence of 4+ markers in pairs 11 years ago
links.js Avoid crash in links when references are disabled 11 years ago
mark.js Allow sequence of 4+ markers in pairs 11 years ago
newline.js updated eslint to 9.1 & did appropriate changes in sources 11 years ago
state_inline.js Forbid nested links, prefer inner one 11 years ago
sub.js Fix spaces in subscript and superscript 11 years ago
sup.js Fix spaces in subscript and superscript 11 years ago
text.js perf: optimized text scans 11 years ago