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.
 
 
 
ocavue b979ca01d5 fix: remove unused comparison code 4 years ago
..
autolink.js Remove scheme whitelist for autolinks 8 years ago
backticks.js Bump eslint & update CS 5 years ago
balance_pairs.js fix: remove unused comparison code 4 years ago
emphasis.js Move nested delimiter info to opening token instead of inline state 5 years ago
entity.js Reduce maximum length for numeric html entities 5 years ago
escape.js Fix a small typo 7 years ago
html_inline.js Use a common class for tokens 9 years ago
image.js Make link/image/reference helpers overridable 8 years ago
link.js fallback to reference if a link is not valid 8 years ago
newline.js Remove tabs at the beginning of the line in paragraphs 7 years ago
state_inline.js Move nested delimiter info to opening token instead of inline state 5 years ago
strikethrough.js Move nested delimiter info to opening token instead of inline state 5 years ago
text.js Added example of tuneable text rule, for memory 9 years ago
text_collapse.js Fix incorrect level recalculation in text_collapse 5 years ago