gitbook-plugin-puml-aleung

1.0.2 • Public • Published

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

/gitbook-plugin-puml-aleung/

    Package Sidebar

    Install

    npm i gitbook-plugin-puml-aleung

    Weekly Downloads

    3

    Version

    1.0.2

    License

    Apache-2.0

    Unpacked Size

    14.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • aleung