# Mermaid JS Plugin

**URL:** https://meta.discourse.org/t/mermaid-js-plugin/88696
**Category:** Plugin
**Created:** [May 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:** 22

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [July 17, 2023, 7:44am UTC](https://meta.discourse.org/t/mermaid-js-plugin/88696/22 "2023-07-17T07:44:42Z")

</div>

We have the theme component [Discourse Mermaid](https://meta.discourse.org/t/discourse-mermaid/218242) here on Meta rather than the plugin, and I can see a similar result using the example:

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

```

I’m not following the linked example though, as that doesn’t appear to show the bold/italic text in the finished flowchart: (though doesn’t show the Markdown itself)

 ![markdown mermaid](https://global.discourse-cdn.com/meta/original/4X/8/4/f/84f22b7c59e48a3d6826f6fe355bfb3a08b980af.jpeg)

I’ll make some enquiries. 🙂

---

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