This website works better with JavaScript.
Home
Explore
Help
Sign In
Public-Mirrors
/
markdown-it
mirror of
https://github.com/markdown-it/markdown-it.git
Watch
1
Star
0
Fork
0
Code
Issues
Releases
Activity
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
https://markdown-it.github.io/
901
Commits
2
Branches
79
Tags
4.2 MiB
Tree:
d08c7c3897
markdown-it
/
index.js
5 lines
52 B
Raw
Normal View
History
First commit
11 years ago
'use strict'
;
Added lexer/renderer stubs
10 years ago
Renamed main class & file
10 years ago
module
.
exports
=
require
(
'./lib/'
)
;