jekyll-plantuml-lite

jekyll-plantuml-lite

Generating PlantUML diagrams in Jekyll using a PlantUML server

jekyll-plantuml-lite

This Jekyll plugin makes it simple to include PlantUML diagrams on your website. Simply install the plugin and you're ready to go.

Installation

Add this line to your application's Gemfile:

gem "jekyll-plantuml-lite"

And then execute:

$ bundle

Or simply do:

$ bundle add jekyll-plantuml-lite

And then add this line to your site's _config.yml:

plugins:
  - jekyll-plantuml-lite

Usage

{% plantuml %}
@startuml
Bob -> Alice : hello
@enduml
{% endplantuml %}

An inline SVG generated by the public PlantUML server will be embedded on your website.