Skip to content

With superfences: <<join>> and <<choice>> not rendered #115

@johnny

Description

@johnny

When using the superfences configuration as per the docs, <<join>> and <<choice>> are not rendered correctly:

  - pymdownx.superfences:
      custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:mermaid2.fence_mermaid_custom

This results choice and join nodes to be rendered as standard text nodes in the stateDiagram-v2

Example diagram:

stateDiagram-v2
    state split <<choice>>
    [*] --> split
    split --> one: Option 1
    split --> two: Option 2

With superfences
Image
Without superfences
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    AnnoyanceNot a bug, but should be fixed.requires investigationThis isssue requires further investigation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions