This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Rendering plantuml / mermaid in markdowns included with !docs #82
Replies: 2 comments 4 replies
|
You have a couple of options:
|
1 reply
|
I know this discussion is in the Lite repo, and it's deprecated in favour of the Structurizr vNext, but I'm still a little unclear on how to enable a Mermaid plugin. I've read the docs, but it sounds like I need to create my own plugin that implements StructurizrDslPlugin, but I see code in the primary repo that does this: Mermaid.java. I've added !plugin com.structurizr.dsl.plugin.documentation.Mermaid.jar to my workspace, but I get an error that it can't be found. Do I need to create my own copy of this jar file, or does it already exist? I am not a Java developer, so I don't have the experience to be making .jar files. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions