Browse Source
Add links to all default rules to README (#609)
Add links to all default rules to README
pull/613/head
Vitaly Puzrin
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
README.md
|
@ -242,6 +242,10 @@ md = require('markdown-it')({ |
|
|
}); |
|
|
}); |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
You can find all rules in sources: |
|
|
|
|
|
[parser_core.js](lib/parser_core.js), [parser_block](lib/parser_block.js), |
|
|
|
|
|
[parser_inline](lib/parser_inline.js). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Benchmark |
|
|
## Benchmark |
|
|
|
|
|
|
|
|