chore: bump hugo in ci to 0.104.3 (#518)

This commit is contained in:
Robert Kaussow 2022-10-14 12:21:12 +02:00 committed by GitHub
parent 3a651840a9
commit c1d8443eed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 30 deletions

View file

@ -6,11 +6,9 @@ title: Mermaid
## Example
{{< columns >}}
<!-- prettier-ignore -->
```tpl
{{</* mermaid class="text-center"*/>}}
{{</* mermaid class="text-center" */>}}
sequenceDiagram
Alice->>Bob: Hello Bob, how are you?
alt is sick
@ -24,8 +22,6 @@ sequenceDiagram
{{</* /mermaid */>}}
```
<--->
<!-- spellchecker-disable -->
<!-- prettier-ignore -->
{{< mermaid class="text-center" >}}
@ -43,8 +39,6 @@ sequenceDiagram
<!-- spellchecker-enable -->
{{< /columns >}}
As an alternative to shortcodes, code blocks can be used for markdown as well.
{{< columns >}}
@ -53,7 +47,6 @@ As an alternative to shortcodes, code blocks can be used for markdown as well.
````tpl
```mermaid
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
@ -67,7 +60,6 @@ C -->|Two| E[Result 2]
<!-- prettier-ignore -->
```mermaid
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]