Any idea why my mermaid figures have small white boxes bottom left? #4609
Unanswered
jameshowison
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Oh, thanks for catching that one! I think that's a div we used to have for mermaid tooltips, but they're no longer supported on 9.2.2, and the div appears to be left over now. I'm going to make this an issue and fix. (This is 100% not a mermaid-js bug; this is on us.) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm loving using mermaid inside quarto (run from Rstudio on a Mac).
I'm teaching git stuff and making some collaboration diagrams, you can see them at:
https://howisonlab.github.io/open_source_software_course/skills/git_cherrypick_split_pr.html#split-before-submit
I'm seeing a small rounded corner square box in the bottom left of my images. Same thing with sequence diagrams, e.g.,:
https://howisonlab.github.io/open_source_software_course/skills/github_collaboration.html
Screen Shot 2023-03-02 at 11 13 17 AM
I cross-posted this at Mermaid: mermaid-js/mermaid#4176
The little squares don't show up using mermaid.live so it's possible/likely it's something in the rendering pipeline that quarto is using (maybe Chrome as render?). I don't see the squares in other quarto mermaid output: e.g.,: https://quarto.org/docs/authoring/diagrams.html. So probably it's something to do with my install (obtained quarto via homebrew)?
Beta Was this translation helpful? Give feedback.
All reactions