Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-28 20:47:48 +0300
committerGitHub <noreply@github.com>2022-02-28 20:47:48 +0300
commit76af4725b51613db6a385245534f2b826d1ca713 (patch)
tree8f86118ede76f91ca87b0a8a79d014b555255ded
parent33e310956ba62990ab79607019c9edcb2d1545c3 (diff)
Update diagrams.mdbep-patch-1
-rw-r--r--content/en/content-management/diagrams.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/content/en/content-management/diagrams.md b/content/en/content-management/diagrams.md
index a79becddf..cfc0b3644 100644
--- a/content/en/content-management/diagrams.md
+++ b/content/en/content-management/diagrams.md
@@ -19,19 +19,18 @@ toc: true
Hugo supports [GoAT](https://github.com/bep/goat) natively. This means that this code block:
-```
- ```goat
-
- . . . .--- 1 .-- 1 / 1
- / \ | | .---+ .-+ +
- / \ .---+---. .--+--. | '--- 2 | '-- 2 / \ 2
- + + | | | | ---+ ---+ +
- / \ / \ .-+-. .-+-. .+. .+. | .--- 3 | .-- 3 \ / 3
- / \ / \ | | | | | | | | '---+ '-+ +
- 1 2 3 4 1 2 3 4 1 2 3 4 '--- 4 '-- 4 \ 4
+````
+```goat
+ . . . .--- 1 .-- 1 / 1
+ / \ | | .---+ .-+ +
+ / \ .---+---. .--+--. | '--- 2 | '-- 2 / \ 2
+ + + | | | | ---+ ---+ +
+ / \ / \ .-+-. .-+-. .+. .+. | .--- 3 | .-- 3 \ / 3
+ / \ / \ | | | | | | | | '---+ '-+ +
+ 1 2 3 4 1 2 3 4 1 2 3 4 '--- 4 '-- 4 \ 4
- ```
```
+````
Will be rendered as: