We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 --> [*]
(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:
So my suggestion is to add support for Mermaid.js, because it is a really useful framework for development documentation.
The text was updated successfully, but these errors were encountered:
Closing as duplicate of: #5763
Sorry, something went wrong.
No branches or pull requests
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:
(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:
So my suggestion is to add support for Mermaid.js, because it is a really useful framework for development documentation.
The text was updated successfully, but these errors were encountered: