- Configurable syntax! You can add new rules and even replace existing ones.
- High speed!
- Communitywritten __[plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin)__ and [other packages](https://www.npmjs.org/browse/keyword/markdown-it) on npm.
- Community-written __[plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin)__ and [other packages](https://www.npmjs.org/browse/keyword/markdown-it) on npm.
__Table of content__
@ -147,7 +147,7 @@ var md = require('markdown-it')()
```
**Note:** To achieve the best possible performance, don't modify a `markdown-it`
instance on the fly. If you need multiple configurations it's best to create
instance on the fly. If you need multiple configurations, it's best to create
multiple instances and initialize each with separate config.