gitbook-plugin-puml

1.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i gitbook-plugin-puml

Weekly Downloads

2

Version

1.0.1

License

Apache-2.0

Last publish

Collaborators

  • samypesse