Adds PlantUML language support to code blocks. GitHub Pages-compatible.
For the full guide (usages, etc.), view the project on GitHub.
Table of Contents
What it does
It converts your code blocks tagged with either the plantuml
or puml
language into the correspoding PlantUML diagram.
-
Markdown
```puml Alice -> Bob: Hi there! Bob --> Alice: Hello to you too! ```
-
Result: