Skip to content

GitbookIO/plugin-puml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

173db4d · Feb 21, 2016

History

9 Commits
Feb 21, 2016
Feb 21, 2016
Feb 21, 2016
Feb 21, 2016
Feb 21, 2016
Feb 21, 2016
Feb 21, 2016

Repository files navigation

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

About

UML Diagrams rendering using PlantUML

Resources

License

Stars

Watchers

Forks

Packages

No packages published