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 f15fa5ed23 Renamed back `strikethrough` to `del` 10 years ago
..
common Perf: optimized html block names lookup 10 years ago
defaults Docs update 10 years ago
rules_block Moved tight paragraphs marking to separate fn 10 years ago
rules_inline Renamed back `strikethrough` to `del` 10 years ago
rules_typographer Linkify fix. Closes #51 10 years ago
index.js Splitted .render() methods to simplify monkeypatching 10 years ago
links.js Fix performance when nested token doesn't match 10 years ago
parser_block.js listMode -> parentType 10 years ago
parser_inline.js Renamed back `strikethrough` to `del` 10 years ago
parser_ref.js StateInline props rename 10 years ago
renderer.js Simplified loose/tight logic. Closes #50 10 years ago
ruler.js Fixed `Ruler.after()` method 10 years ago
typographer.js Fixed linkify option 10 years ago