Skip to content

Support for ELK flowchart renderer #114

@butterlyn

Description

@butterlyn

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions