Mermaid JS Plugin

我们这里有一个主题组件 https://meta.discourse.org/t/discourse-mermaid/218242,而不是插件,并且我可以使用以下示例看到类似的结果:

flowchart LR
subgraph "One"
  a("`The **cat**
  in the hat`") -- "edge label" --> b{{"`The **dog** in the hog`"}}
end
subgraph "`**Two**`"
  c("`The **cat**
  in the hat`") -- "`Bold **edge label**`" --> d("The dog in the hog")
end

不过,我没有遵循链接的示例,因为它似乎没有在最终的流程图中显示粗体/斜体文本:(但也没有显示 Markdown 本身)

我将进行一些询问。 :slight_smile:

1 个赞