https://github.com/gitbookio/plugin-puml
UML Diagrams rendering using PlantUML
https://github.com/gitbookio/plugin-puml
Last synced: 9 months ago
JSON representation
UML Diagrams rendering using PlantUML
- Host: GitHub
- URL: https://github.com/gitbookio/plugin-puml
- Owner: GitbookIO
- License: apache-2.0
- Created: 2016-02-21T15:11:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T14:06:40.000Z (over 7 years ago)
- Last Synced: 2025-04-20T23:02:03.793Z (9 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 20
- Watchers: 5
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlantUML in GitBook
UML Diagrams rendering using PlantUML.
[](https://travis-ci.org/GitbookIO/plugin-puml)
[](http://badge.fury.io/js/gitbook-plugin-puml)
Configure the plugin in your `book.json`:
```js
{
"plugins": ["puml"]
}
```
Then in your content:
```md
This is a diagram:
{% plantuml %}
Bob->Alice : hello
{% endplantuml %}
```
The plugin will replace the `{% plantuml %}` by SVG images (and PNG images for ebook output).