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 4d7c3a717d Perf: smartquotes logic cleanup 12 years ago
..
common Moved HTML escaping to renderer 12 years ago
configs Moved HTML escaping to renderer 12 years ago
rules_block Moved tight paragraphs marking to separate fn 12 years ago
rules_inline Fixed prev commit 12 years ago
rules_text Perf: smartquotes logic cleanup 12 years ago
index.js Freeze default rules set (~ equal to GFM). Added `full` preset to enable everything. 12 years ago
linkifier.js reorganized files 12 years ago
links.js Fix performance when nested token doesn't match 12 years ago
parser_block.js Perf: regex opts 12 years ago
parser_inline.js Updated list of text terminator chars 12 years ago
parser_ref.js StateInline props rename 12 years ago
renderer.js Moved HTML escaping to renderer 12 years ago
ruler.js Fixed `Ruler.after()` method 12 years ago
typographer.js Reorganized parser configuration 12 years ago