hugo-theme-minima/exampleSite/content/mermaid-graphs.md

19 lines
381 B
Markdown
Raw Normal View History

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