You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

782 B

+++ authors = ["Lone Coder"] date = "2023-07-08" title = "Mermaid JS support" description = "The post demonstrates Mermaid JS support" tags = [ "hugo", "markdown", "css", "html", ] categories = [ "theme demo", "syntax", ] series = ["Theme Demo"] +++

If you want to use Mermaid-JS on your website. Provide mermaid as Shortcode in your markdown file.

{{}} flowchart LR

A --> B

B --> C

C --> D

D --> B

{{}}

{{}} sequenceDiagram participant Alice participant Bob Alice->>Bob: Hi Bob Bob->>Alice: Hi Alice {{}}

Find more example on Mermaid-JS website.