Does Quarto support themeVariables for Mermaid diagrams? #5938
Answered
by
cscheid
FeralFlora
asked this question in
Q&A
-
DescriptionI've been trying to change the text color of nodes in a LR Mermaid flowchart using However, I cannot get any changes to occur at all, so it seems Quarto is not recognizing Here's the code I was trying:
Do I need to use CSS instead? |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Jun 16, 2023
Replies: 1 comment 3 replies
-
Have you tried using our mermaid theming options? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A general problem with mermaid is that it's impossible for us to determine exactly what variables we need to support on what charts, because they don't have a consistent theming system. I believe your report, but we cannot simultaneously support our theming system (which does at least make an attempt at consistency) and theirs, and we think ours is better. Unfortunately, that is not a bug we can fix.