rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
17.22k stars 1.58k forks source link

support PlantUML Rendering #839

Open wuhuizuo opened 5 years ago

sytsereitsma commented 5 years ago

@ehuss I'd like to pick this one up if that's ok.

ehuss commented 5 years ago

@sytsereitsma I think it is intended that things like this should be developed as 3rd party preprocessors. Feel free to go ahead and build one, and if you publish it on crates.io we can link to it here and the readme.

donbowman commented 5 years ago

https://github.com/donbowman/gitbook-plugin-local-plantuml is how I did it w/ gitbook.

it would be super nice if we could do a plugin that would be the same syntax as gitlab+plantuml, then the committed files would render while in git as well as being generable.

leesei commented 4 years ago

May be a preprecessor is better for this, see example mermaid integration.

sytsereitsma commented 4 years ago

I created a preprocessor mdbook-plantuml.