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
希望可以添加公式渲染支持和mermaid文本绘图
The text was updated successfully, but these errors were encountered:
公式渲染之前是有的,因为一些 bug 给搞没了,近期会解决这个问题。mermaid 不一定,我会调研下有没有好的方案,flutter 没有可用的库来处理这个。
Sorry, something went wrong.
辛苦了,我想提供一些建议
网址:https://kroki.io API 调用示例:
curl -X POST "https://kroki.io/mermaid/png" -d "graph TD; A-->B; A-->C; B-->D; C-->D;"
网址:https://mermaid.ink API 调用示例:
https://mermaid.ink/img/eyJjb2RlIjoiZ3JhcGggVERcbiBBLS0-fEI6IEhlbGxvIFdvcmxkXG4gQi0tPnxDOiBIZWxsbyBGdXR1cmUgVXNlcnMiLCJtZXJtYWlkIjp7InRoZW1lIjoiZGVmYXVsdCJ9fQ
当然,我还更建议直接在聊天气泡中引入webview组件一把梭,例如webview_flutter,公式渲染和各种图表就可以一下子都解决了
No branches or pull requests
希望可以添加公式渲染支持和mermaid文本绘图
The text was updated successfully, but these errors were encountered: