hugo-theme-minima/exampleSite/content/mermaid-graphs.md
2022-11-08 23:10:57 +08:00

18 lines
381 B
Markdown

---
author: Hugo Authors
title: Mermaid Graphs
date: 2021-07-18T10:52:59+08:00
description: A brief guide to setup Mermaid.
mermaid: true
draft: false
categories: ["Markdown", "Mermaid"]
---
Here's a simple mermaid flowchart.
{{<mermaid>}}
graph LR
Start --> Stop
{{</mermaid>}}
For more documentations on Mermaid, check out [mermaid](https://mermaid-js.github.io/mermaid).