hexo-plantuml

Allows to insert a PlantUML diagram inline:

Usage no npm install needed!

<script type="module">
  import hexoPlantuml from 'https://cdn.skypack.dev/hexo-plantuml';
</script>

README

PlantUML plugin for Hexo

Allows to insert a PlantUML diagram inline:

{% plantuml %}
@startuml
a -> b
b -> c
a <- c
@enduml
{% endplantuml %}

Or from file:

{% plantuml_from_file diagram.puml %}