Closed
Description
Context
I am trying to add a couple of Mermaid ER diagrams into my documentation, however the relational cardinality symbols are very hard or impossible to see and if the theme is forced they show on top of the ER diagram node, instead of being half hidden behind each node.
Bug description
ER diagrams are not rendered properly in MKDocs using Material theme, this can be seen from this project's documentation:
While on the official Mermaid documentation the same diagram is rendered like this:
In my case, this is how my diagram is rendered:
While on the official online editor it's shown like this:
If the theme is forced to be dark
then the issue is a bit different:
Related links
Reproduction
9.6.11-mermaid-er-broken-rendering.zip
Steps to reproduce
- Create a MKDocs Material documentation project
- Set it up to use Mermaid as per documentation
- [Optional] Set some theme options
- Create a page with a Mermaid ER diagram using relationship cardinalities
Browser
Firefox
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction using the built-in info plugin.