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

[Feature Request] Add support to GitHub's markdown #6475

Closed
JCKodel opened this issue Mar 6, 2023 · 1 comment
Closed

[Feature Request] Add support to GitHub's markdown #6475

JCKodel opened this issue Mar 6, 2023 · 1 comment

Comments

@JCKodel
Copy link

JCKodel commented Mar 6, 2023

I'm the author of this package: https://pub.dev/packages/eva

In GitHub, we can use the https://mermaid.js.org/ to build some nice charts, just like this one:

stateDiagram-v2
    [*] --> Still
    Still --> [*]
    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]
Loading

(source: https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/)

So, my README.md contains such a chart, but it doesn't work in the pub.dev website:

image

So my suggestion is to add support for Mermaid.js, because it is a really useful framework for development documentation.

@sigurdm
Copy link
Contributor

sigurdm commented Mar 7, 2023

Closing as duplicate of: #5763

@sigurdm sigurdm closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants