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 02c04be9e5 Fix reference edge-case 9 years ago
..
common Implement new html block algorithm from 0.21 9 years ago
helpers Add configurable url normalizers 9 years ago
presets Add multichar replacements in smartquotes 9 years ago
rules_block Fix reference edge-case 9 years ago
rules_core Add multichar replacements in smartquotes 9 years ago
rules_inline Update emphasis to match CommonMark 0.19 9 years ago
index.js Add multichar replacements in smartquotes 9 years ago
parser_block.js Removed blockquote from termination rules for the self 9 years ago
parser_core.js Fixed linkifier priority, closes #66 9 years ago
parser_inline.js Changes to improve speed on node 0.12 & iojs 9 years ago
renderer.js Fix class injection in fence renderer 9 years ago
ruler.js Small fix in ruler documentation example 9 years ago
token.js Fix ndoc comments 9 years ago