aleung / gitbook-plugin-puml

(Forked) UML Diagrams rendering using PlantUML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlantUML in GitBook

Note:

This is a fork of the gitbook-plugin-puml 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).

About

(Forked) UML Diagrams rendering using PlantUML

License:Apache License 2.0


Languages

Language:JavaScript 100.0%