Home

Awesome

markdown-it-plugins.rs

<p align="center"> <img alt="markdown-it-plugins icon" src="https://raw.githubusercontent.com/chrisjsewell/markdown-it-plugins.rs/main/docs/_static/icon.svg"> </p>

Monorepo of plugins for markdown-it.rs:

More to come... (hopefully, many from mdit-py-plugins)

Also utility crates:

Development

Feedback on the code is always welcome!

Use pre-commit to run checkers and formatters before committing:

git add -A
pre-commit run --all

Release

Use cargo-release to release. (maybe move to cargo-smart-release in the future)

Notes

For translating markdown-it plugins to rust, here are some useful notes: