fralau / mkdocs-mermaid2-plugin

A Mermaid graphs plugin for mkdocs
https://mkdocs-mermaid2.readthedocs.io
MIT License
220 stars 28 forks source link

mermaid diagram not rendering with 0.6.0 #57

Closed shanthisagar-dhanya-kumar-db-zz closed 1 year ago

shanthisagar-dhanya-kumar-db-zz commented 2 years ago

I am using the below content in md file

Flow Chart

    graph TD
    A[Client] --> B[Load Balancer]
    B --> C[Server01]
    B --> D[Server02]

and below in mkdocs.yaml plugins:

The latest plugin is installed which is 0.6.0

it doesn't render it

graph TD
A[Client] --> B[Load Balancer]
B --> C[Server01]
B --> D[Server02]
github-actions[bot] commented 2 years ago

Thank you for your contribution! This is very appreciated.

fralau commented 2 years ago

Does it conflict with techdocs-core? Have you tried to deactivate techdocs-core to check that?

shanthisagar-dhanya-kumar-db-zz commented 2 years ago

techdocs-core doesn't support mermaid https://github.com/backstage/mkdocs-techdocs-core/blob/main/requirements.txt

fralau commented 2 years ago

That's correct, but there are other ways it could interfere. That's only to test that hypothesis.

shanthisagar-dhanya-kumar-db-zz commented 2 years ago

Tried removing that, with no success