Skip to content

PlantUML plugin

Louis Schul requested to merge work/puml into master

This adds a plugin that let's you use embed PlantUML diagram in your note using the following syntax:

    ```puml
    <PlantUML syntax>
    ```

You can also choose to use a dark background for the diagram.

Exemple: puml

This MR is a direct response to the issue #5 (closed)

Merge request reports