AVATEAM-IT-SYSTEMHAUS / mkdocs-kroki-plugin

MkDocs plugin for Kroki-Diagrams
MIT License
41 stars 27 forks source link

Bug: 400 Syntax error using @from-file plantuml diagrams #68

Open sblausten opened 2 weeks ago

sblausten commented 2 weeks ago

Using the latest release version 0.8.0 when I try to render a platuml diagram using the @from-file directive I get the following:

Screenshot 2024-06-19 at 13 08 59 Screenshot 2024-06-19 at 13 09 42
kroki-plantuml
\```kroki-plantuml
@from-file:assets/diagram.plantuml
\```

and the file contents is just an example diagram:

@startuml
Bob -> Alice : hello
@enduml

Has anyone else seen this behaviour?