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 24abaa51a6 Improve emphasis algorithm 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 Reduce maximum length for numeric html entities 5 years ago
escape.js Fix a small typo 7 years ago
html_inline.js Use a common class for tokens 9 years ago
image.js Make link/image/reference helpers overridable 8 years ago
link.js Don't try to parse link title if link wasn't found 4 years ago
newline.js Remove tabs at the beginning of the line in paragraphs 7 years ago
state_inline.js Fix backtick algorithm 4 years ago
strikethrough.js Improve emphasis algorithm 2 years ago
text.js Added example of tuneable text rule, for memory 9 years ago
text_collapse.js Fix incorrect level recalculation in text_collapse 5 years ago