Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mermaid diagram not rendering with 0.6.0 #57

Closed
shanthisagar-dhanya-kumar-db-zz opened this issue May 10, 2022 · 5 comments
Closed

mermaid diagram not rendering with 0.6.0 #57

shanthisagar-dhanya-kumar-db-zz opened this issue May 10, 2022 · 5 comments
Labels
info needed Further information is requested stale No news, closing

Comments

@shanthisagar-dhanya-kumar-db-zz
Copy link

shanthisagar-dhanya-kumar-db-zz commented May 10, 2022

I am using the below content in md file

Flow Chart

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

and below in mkdocs.yaml
plugins:

  • techdocs-core
  • mermaid2
  • multirepo

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
Copy link

Thank you for your contribution! This is very appreciated.

@fralau
Copy link
Owner

fralau commented May 10, 2022

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

@shanthisagar-dhanya-kumar-db-zz
Copy link
Author

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

@fralau
Copy link
Owner

fralau commented May 10, 2022

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

@shanthisagar-dhanya-kumar-db-zz
Copy link
Author

Tried removing that, with no success

@fralau fralau added info needed Further information is requested stale No news, closing labels Jul 5, 2023
@fralau fralau closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed Further information is requested stale No news, closing
Projects
None yet
Development

No branches or pull requests

2 participants