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
parent
commit
4865852700
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
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

Loading…
Cancel
Save