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

Support for rendering mermaid md #138

Closed
LeskoIam opened this issue Sep 12, 2024 · 3 comments
Closed

Support for rendering mermaid md #138

LeskoIam opened this issue Sep 12, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@LeskoIam
Copy link

It would be really great if rendering of mermaid markdown could be added?

@redimp
Copy link
Owner

redimp commented Sep 12, 2024

I think adding mermaid rendering would be a useful feature.

A mermaid block like this

```mermaid
graph TD;
    A-->B;
```

would be rendered when viewing the page. Is that what you have in mind?

@LeskoIam
Copy link
Author

LeskoIam commented Sep 12, 2024

Exactly. A code block, just like gihub supports it.

flowchart
    NO_MM(["No mermaid support"])
    MM(["Mermaid supported"])
    NO_MM -- mermaid markdown is awesome --> MM
Loading

@redimp redimp added the enhancement New feature or request label Sep 14, 2024
@redimp redimp closed this as completed in 7466ce7 Sep 14, 2024
@redimp
Copy link
Owner

redimp commented Sep 15, 2024

Released in 2.6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants