structurizr / lite

Structurizr Lite
https://docs.structurizr.com/lite
MIT License
226 stars 26 forks source link

Rendering plantuml / mermaid in markdowns included with !docs #81

Closed gparmeggiani closed 1 year ago

gparmeggiani commented 1 year ago

Question

I'm trying to render a plantuml diagram in a markdown file included with !docs, however it doesn't render and I simply see the contents of the plantuml script.

Is this a supported feature?

Here's the example I'm trying to render:

@startuml 

Alice -> Bob: Hello!
Bob -> Alice: Hi!

@enduml