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 5cd9007edf Render `code_inline` & `code_block` attributes if exist, #261 8 years ago
..
common eslint update & code cleanup 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 support tables with missing values 8 years ago
rules_core Replace standalone CR with LF when normalizing newlines 8 years ago
rules_inline eslint update & code cleanup 8 years ago
index.js fix misspelling of "parser" 8 years ago
parser_block.js eslint update & code cleanup 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 Render `code_inline` & `code_block` attributes if exist, #261 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