mermaid support
This commit is contained in:
parent
0c9211f27b
commit
e7eb6932e2
19 changed files with 125 additions and 124 deletions
18
exampleSite/content/mermaid-graphs.md
Normal file
18
exampleSite/content/mermaid-graphs.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
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, view [mermaid](https://mermaid-js.github.io/mermaid).
|
Loading…
Add table
Add a link
Reference in a new issue