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 09e9ad1688 Add missed h2..h6 to whitelisted block tags 8 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 backtick handling inside tables 8 years ago
rules_core Disable replacements inside autolinks 8 years ago
rules_inline fallback to reference if a link is not valid 8 years ago
index.js Make link/image/reference helpers overridable 8 years ago
parser_block.js Fix lists and headings 8 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 Merge pull request #276 from arve0/fix_fence_renderer 8 years ago
ruler.js Small fix in ruler documentation example 9 years ago
token.js Add an attrGet method to Token 8 years ago