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 16:13:18 +0300
committerGitHub <noreply@github.com>2022-02-28 16:13:18 +0300
commitfa0100a5b63ff322878ecedc51f86ba09f669210 (patch)
tree7a29856b3e46f688939d7ddffbab20a1c9ba12ab
parent64ac75367a5d0a8ceb9d17fe86589b6eeda2bb30 (diff)
Update diagrams.md
-rw-r--r--content/en/content-management/diagrams.md31
1 files changed, 15 insertions, 16 deletions
diff --git a/content/en/content-management/diagrams.md b/content/en/content-management/diagrams.md
index e503e7717..a79becddf 100644
--- a/content/en/content-management/diagrams.md
+++ b/content/en/content-management/diagrams.md
@@ -22,14 +22,14 @@ Hugo supports [GoAT](https://github.com/bep/goat) natively. This means that this
```
```goat
- .---. .-. .-. .-. .-.
- | A +----->| 1 +<---->| 2 |<----+ 4 +------------------. | 8 |
- '---' '-' '+' '-' | '-'
- | ^ | ^
- v | v |
- .-. .-+-. .-. .-+-. .-. .+. .---.
- | 3 +---->| B |<----->| 5 +---->| C +---->| 6 +---->| 7 |<---->| D |
- '-' '---' '-' '---' '-' '-' '---'
+ . . . .--- 1 .-- 1 / 1
+ / \ | | .---+ .-+ +
+ / \ .---+---. .--+--. | '--- 2 | '-- 2 / \ 2
+ + + | | | | ---+ ---+ +
+ / \ / \ .-+-. .-+-. .+. .+. | .--- 3 | .-- 3 \ / 3
+ / \ / \ | | | | | | | | '---+ '-+ +
+ 1 2 3 4 1 2 3 4 1 2 3 4 '--- 4 '-- 4 \ 4
+
```
```
@@ -37,14 +37,13 @@ Will be rendered as:
```goat
- .---. .-. .-. .-. .-.
- | A +----->| 1 +<---->| 2 |<----+ 4 +------------------. | 8 |
- '---' '-' '+' '-' | '-'
- | ^ | ^
- v | v |
- .-. .-+-. .-. .-+-. .-. .+. .---.
- | 3 +---->| B |<----->| 5 +---->| C +---->| 6 +---->| 7 |<---->| D |
- '-' '---' '-' '---' '-' '-' '---'
+ . . . .--- 1 .-- 1 / 1
+ / \ | | .---+ .-+ +
+ / \ .---+---. .--+--. | '--- 2 | '-- 2 / \ 2
+ + + | | | | ---+ ---+ +
+ / \ / \ .-+-. .-+-. .+. .+. | .--- 3 | .-- 3 \ / 3
+ / \ / \ | | | | | | | | '---+ '-+ +
+ 1 2 3 4 1 2 3 4 1 2 3 4 '--- 4 '-- 4 \ 4
```