Replies: 3 comments 5 replies
-
下面是一个GitHub集成mermaid的例子。 flowchart LR
A:::someclass --> B
classDef someclass fill:#f96;
我们可以看到,他们也是通过iFrame实现的。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
有几个问题需要解决的。 |
Beta Was this translation helpful? Give feedback.
3 replies
-
要做集成我们有几个选项
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
创建了这个Thread来讨论High level Design。
在我们讨论HLD之前,要搞清楚mermaid有哪些集成方式。
根据我和mermaid作者的沟通,mermaid也要依赖于browser完成渲染逻辑。这里的意思是它不能脱离浏览器做Server Side Rendering。这对我们来说是个好事情,因为ZenUML也不能完全实现SSR。
Beta Was this translation helpful? Give feedback.
All reactions