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 a733ffa8b6 Fix blockquote termination inside lists 7 years ago
..
common Add missed h2..h6 to whitelisted block tags 8 years ago
helpers Disallow spaces inside links 8 years ago
presets Improve performance in `skipToken` when maxNesting is exceeded 8 years ago
rules_block Fix blockquote termination inside lists 7 years ago
rules_core Disable replacements inside autolinks 8 years ago
rules_inline Fix a small typo 7 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 correction 7 years ago
ruler.js Small fix in ruler documentation example 9 years ago
token.js Add an attrGet method to Token 8 years ago