sytsereitsma / mdbook-plantuml

mdBook preprocessor to render PlantUML diagrams to png images in the book output directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for PlantUML code blocks

sytsereitsma opened this issue · comments

The idea is to have a code section like this:

```plantuml
A --|> B
```

Render into an embedded SVG image.