# Plantuml 支持

**URL:** https://meta.discourse.org/t/plantuml-support/124595
**Category:** Support
**Created:** [2019年八月1日 10:29 UTC](https://meta.discourse.org/t/plantuml-support/124595 "2019-08-01T10:29:42Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2023年二月7日 05:59 UTC](https://meta.discourse.org/t/plantuml-support/124595/7 "2023-02-07T05:59:58Z")

</div>

注意…我们通过我们的mermaid组件支持mermaid

> [@Discourse Mermaid](https://meta.discourse.org/t/discourse-mermaid/218242):
>
> discourse2Summary Discourse Mermaid lets you create very powerful graphs using the Mermaid syntax.eyeglassesPreview [Preview on Discourse Theme Creator](https://discourse.theme-creator.io/theme/Discourse/discourse-mermaid)hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-mermaid-theme-component](https://github.com/discourse/discourse-mermaid-theme-component)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Usage ```mermaid height=200 graph TD; A --\> B; ``` Learn more about the Merma…

```mermaid

sequenceDiagram
    participant bob
    participant alice
    bob->>alice: "你好！"
    alice->>bob: "走开"

```

```mermaid

sequenceDiagram
    participant bob
    participant alice
    bob->>alice: "你好！"
    alice->>bob: "走开"

```

---

_[View the full topic](https://meta.discourse.org/t/plantuml-support/124595)._
