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

Some Mermaid diagrams are not rendering text #10524

Closed
6 of 7 tasks
rhuanbarreto opened this issue Sep 27, 2024 · 1 comment
Closed
6 of 7 tasks

Some Mermaid diagrams are not rendering text #10524

rhuanbarreto opened this issue Sep 27, 2024 · 1 comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution closed: duplicate This issue or pull request already exists in another issue or pull request

Comments

@rhuanbarreto
Copy link

Have you read the Contributing Guidelines on issues?

Prerequisites

  • I'm using the latest version of Docusaurus.
  • I have tried the npm run clear or yarn clear command.
  • I have tried rm -rf node_modules yarn.lock package-lock.json and re-installing packages.
  • I have tried creating a repro with https://new.docusaurus.io.
  • I have read the console error message carefully (if applicable).

Description

Demo Available on https://codesandbox.io/p/devbox/cocky-napier-6kqqkk

Reproducible demo

https://6kqqkk-3000.csb.app/docs/mermaid-test

Steps to reproduce

  1. Install Docusarus (Latest Version)
  2. Install the mermaid theme
  3. Try to put a simple graph:
```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
\```

Expected behavior

To have the graph showing correctly

Actual behavior

Graphs are not displaying text. This affects many different types of mermaid diagrams. In the link shared I made one smoke test page.

Your environment

Self-service

  • I'd be willing to fix this bug myself.
@rhuanbarreto rhuanbarreto added bug An error in the Docusaurus core causing instability or issues with its execution status: needs triage This issue has not been triaged by maintainers labels Sep 27, 2024
@slorber
Copy link
Collaborator

slorber commented Sep 27, 2024

Duplicate of #10526

@slorber slorber marked this as a duplicate of #10526 Sep 27, 2024
@slorber slorber closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2024
@slorber slorber added the closed: duplicate This issue or pull request already exists in another issue or pull request label Sep 27, 2024
@slorber slorber removed the status: needs triage This issue has not been triaged by maintainers label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution closed: duplicate This issue or pull request already exists in another issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants