sytsereitsma / mdbook-plantuml

mdBook preprocessor to render PlantUML diagrams to png images in the book output directory
MIT License
76 stars 14 forks source link

Add support for PlantUML code blocks #1

Closed sytsereitsma closed 5 years ago

sytsereitsma commented 5 years ago

The idea is to have a code section like this:

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

Render into an embedded SVG image.