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.
 
 
 
Vitaly Puzrin 6c57f7f792 Fixed regexes in prev commit (should match strings from the start only) 10 years ago
..
common Commented out unused `replaceEntities()` 10 years ago
helpers Add configurable url normalizers 10 years ago
presets backtick -> backticks (revert) 11 years ago
rules_block Fixed html block tags with numbers in name, closes #74 10 years ago
rules_core Regex workagound for phantomjs, related to #77 10 years ago
rules_inline Fixed emphasis closing token marker, closes #69 10 years ago
index.js Fixed regexes in prev commit (should match strings from the start only) 10 years ago
parser_block.js Removed blockquote from termination rules for the self 10 years ago
parser_core.js Fixed linkifier priority, closes #66 10 years ago
parser_inline.js Changes to improve speed on node 0.12 & iojs 10 years ago
renderer.js Renderer cleanup 10 years ago
ruler.js Added to top enable/disable methods & errors throw 11 years ago
token.js Fix ndoc comments 10 years ago