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.

11 lines
363 B

8 years ago
This folder contains useful info for plugin developers.
If you just use `markdown-it` in your app, see
[README](https://github.com/markdown-it/markdown-it#markdown-it) and
[API docs](https://markdown-it.github.io/markdown-it/).
10 years ago
__Content__:
- [Parser architecture & design principles](architecture.md)
8 years ago
- [Some guidelines for plugin developers](development.md)