All Projects → GitbookIO → plugin-puml

GitbookIO / plugin-puml

Licence: Apache-2.0 license
UML Diagrams rendering using PlantUML

Programming Languages

javascript
184084 projects - #8 most used programming language

PlantUML in GitBook

UML Diagrams rendering using PlantUML.

Build Status NPM version

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].