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

Default Mermaid theme makes subgraphs hard to read #10214

Closed
adrhill opened this issue Jul 3, 2024 · 1 comment
Closed

Default Mermaid theme makes subgraphs hard to read #10214

adrhill opened this issue Jul 3, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@adrhill
Copy link

adrhill commented Jul 3, 2024

First of all, thanks a lot for your work on Quarto!

I found that when rendering nested Mermaid graphs, the resulting diagrams are close to unreadable, even though the Quarto documentation advertises theming compatibility.
The problem is especially bad when using revealjs.

Revealjs output:
image

HTML output:
image

Minimal example:

---
title: "Mermaid test"
format: revealjs
---

## Mermaid test
```{mermaid}
%%| echo: false
flowchart LR

  subgraph B
    direction TB
    C-->D
  end

  A-->B
```
@cscheid cscheid transferred this issue from quarto-dev/quarto Jul 3, 2024
@cscheid cscheid added diagrams-mermaid Mermaid diagrams themes Related to HTML theming or any other style related issue (like highlight-style) labels Jul 3, 2024
@mcanouil mcanouil added the enhancement New feature or request label Jul 3, 2024
@mcanouil
Copy link
Collaborator

mcanouil commented Jul 3, 2024

I believe this to be a duplicate of:

@mcanouil mcanouil added duplicate This issue or pull request already exists and removed enhancement New feature or request diagrams-mermaid Mermaid diagrams themes Related to HTML theming or any other style related issue (like highlight-style) labels Jul 3, 2024
@mcanouil mcanouil closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants