-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Unable to select elk renderer for flowcharts.
The following plugin configuration results in the diagram rendering with the default (i.e., non-elk) renderer:
plugins:
- mermaid2:
version: 11.4.0
arguments:
layout: elk
securityLevel: loose
plugins:
- mermaid2:
version: 11.4.0
arguments:
flowchart:
defaultRenderer: elk
securityLevel: loose
Inserting the following directly into the diagram is also ignored (see mermaid docs):
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
I am using MkDocs with Material theme.
Metadata
Metadata
Assignees
Labels
No labels