# Mermaid JS Plugin

**URL:** https://meta.discourse.org/t/mermaid-js-plugin/88696
**Category:** Plugin
**Created:** [29 במאי,‏ 2018,‏ 9:24pm UTC](https://meta.discourse.org/t/mermaid-js-plugin/88696 "2018-05-29T21:24:43Z")
**Posts on this page:** 1
**Showing post:** 21

<div class="post-metadata">

### Author: ![cmdntd](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cmdntd/32/192008_2.png) [@cmdntd](https://meta.discourse.org/u/cmdntd)
#### Post date: [16 ביולי,‏ 2023,‏ 1:00pm UTC](https://meta.discourse.org/t/mermaid-js-plugin/88696/21 "2023-07-16T13:00:30Z")

</div>

In flow chart, some text does not display in right format  
Speacially when you need in `` for format:

```plaintext
"`The **cat** in the hat`"

```

 ![Cấu trúc tuyển dụng nhân sự wo24 - Core _ System - Working24](https://global.discourse-cdn.com/meta/original/4X/9/5/2/95239d89f11e90f920f3a07ab6863f84b59fc010.png)

Everything just ok at mermaid.live  
This is test for this sample:

```plaintext
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

```

From document at [Flowcharts Syntax | Mermaid](https://mermaid.js.org/syntax/flowchart.html)

---

_[View the full topic](https://meta.discourse.org/t/mermaid-js-plugin/88696)._
