1.0.2 • Published 5 years ago

gitbook-plugin-puml-aleung v1.0.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

PlantUML in GitBook

Note:

This is a fork of the Gitbook puml plugin to fix issues. The original project was out of maintenance.

UML Diagrams rendering using PlantUML.

NPM version

Configure the plugin in your book.json:

{
    "plugins": ["puml-aleung"]
}

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).