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.
 
 
 
Mathias Bynens faecae0ba7
Match CommonMark spec exactly
5 years ago
..
common Add an example related to case-insensitive comparisons 5 years ago
helpers Allow spaces inside brackets in links 5 years ago
presets Improve performance in `skipToken` when maxNesting is exceeded 8 years ago
rules_block Fix incorrect level recalculation in text_collapse 5 years ago
rules_core Match CommonMark spec exactly 5 years ago
rules_inline Fix incorrect level recalculation in text_collapse 5 years ago
index.js Better error message for bad input type, close #324 7 years ago
parser_block.js Fix blockquote termination inside lists 7 years ago
parser_core.js Fixed linkifier priority, closes #66 9 years ago
parser_inline.js Improve performance in `skipToken` when maxNesting is exceeded 8 years ago
renderer.js typo 6 years ago
ruler.js fix typo 6 years ago
token.js Add an attrGet method to Token 8 years ago