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 1cd8a5143b Fix tab preventing paragraph continuation in lists 2 years ago
..
blockquote.js Remove unnecessary calculation 4 years ago
code.js Always suffix indented code block with a newline 3 years ago
fence.js Allow tildes in info string of a fence block with tilde marker 5 years ago
heading.js Fix blockquote termination by list item 7 years ago
hr.js Fix blockquote termination by list item 7 years ago
html_block.js Update CommonMark spec to 0.30 3 years ago
lheading.js Fix blockquote termination by list item 7 years ago
list.js Fix tab preventing paragraph continuation in lists 2 years ago
paragraph.js Fix lists and headings 8 years ago
reference.js Fix blockquote termination by list item 7 years ago
state_block.js Fix incorrect level recalculation in text_collapse 5 years ago
table.js Fix table/list parsing ambiguity (#767) 3 years ago