1.0.1 • Published 9 years ago
gitbook-plugin-puml v1.0.1
PlantUML in GitBook
UML Diagrams rendering using PlantUML.
Configure the plugin in your book.json
:
{
"plugins": ["puml"]
}
Then in your content:
This is a diagram:
{% plantuml %}
Bob->Alice : hello
{% endplantuml %}
The plugin will replace the {% plantuml %}
by SVG images (and PNG images for ebook output).