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

docs: add support for mermaid diagrams #814

Open
marcomontalbano opened this issue Nov 5, 2024 · 0 comments
Open

docs: add support for mermaid diagrams #814

marcomontalbano opened this issue Nov 5, 2024 · 0 comments
Labels
feature New feature or request

Comments

@marcomontalbano
Copy link

marcomontalbano commented Nov 5, 2024

Would be nice to have support for mermaid diagrams in the documentation to help visualize workflows and processes effectively.

For example, the following markdown:

```mermaid
flowchart TD
    Start --> Stop

is rendered on GitHub as:

flowchart TD
    Start --> Stop
Loading

It would be great to have the same rendering on https://jsr.io. Currently, a mermaid code block looks like this:

Mermaid is not rendered in the preview
@github-project-automation github-project-automation bot moved this to Needs Triage in JSR Nov 5, 2024
@crowlKats crowlKats added the feature New feature or request label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Needs Triage
Development

No branches or pull requests

2 participants