https://github.com/yoshinorin/markdown-it-rust-plugins
https://github.com/yoshinorin/markdown-it-rust-plugins
markdown-it markdown-it-plugin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoshinorin/markdown-it-rust-plugins
- Owner: yoshinorin
- Created: 2024-12-29T14:09:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T02:06:09.000Z (over 1 year ago)
- Last Synced: 2025-11-12T23:52:10.119Z (7 months ago)
- Topics: markdown-it, markdown-it-plugin
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown-it-rust-plugins
[](https://github.com/yoshinorin/markdown-it-rust-plugins/actions/workflows/ci.yml)
Monorepo of plugins for [markdown-it.rs](https://crates.io/crates/markdown-it) that I use.
- [markdown-it-lazyload](crates/markdown-it-lazyload/README.md)
- Other plugins will be added as they are created.
## Development
```sh
# fmt
$ cargo fmt
# test
$ cargo test
$ cargo test -- --nocapture
# docs
$ cargo doc --open
# publish
$ cd ./crates/
$ cargo publish --list
$ cargo publish --dry-run
$ cargo login
$ cargo publish
```