Adding mermaid - it's really small for some reason
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-13 00:41:20 -05:00
parent 84d8d80d9b
commit 8e4042a0ba
4 changed files with 110 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
+++
title = "Haskell Test"
title = "Syntax test post"
date = "2022-11-08"
+++
@@ -11,3 +11,15 @@ main = do
putStrLn "Nice"
}
```
{% mermaid() %}
journey
title My working day
section Go to work
Make tea: 5: Me
Go upstairs: 3: Me
Do work: 1: Me, Cat
section Go home
Go downstairs: 5: Me
Sit down: 5: Me
{% end %}