chore: bump hugo in ci to 0.104.3 (#518)
This commit is contained in:
parent
3a651840a9
commit
c1d8443eed
4 changed files with 6 additions and 30 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue