From 047c7fcf259785b3a0b964c86aefb2cc7cbf81d1 Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Mon, 6 Mar 2023 11:23:17 +0000 Subject: [PATCH] Fixes table escaping --- content/en/docs/contribution-guidelines/upgrade-graphs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/contribution-guidelines/upgrade-graphs.md b/content/en/docs/contribution-guidelines/upgrade-graphs.md index b561631b..6f6f7fa6 100644 --- a/content/en/docs/contribution-guidelines/upgrade-graphs.md +++ b/content/en/docs/contribution-guidelines/upgrade-graphs.md @@ -192,14 +192,14 @@ flowchart TB A(v0.0.1) --> B(v0.0.4) {{}} | -| skips | `ID() x--x | | ID()` | {{}} +| skips | `ID() x--x \| \| ID()` | {{}} flowchart TB classDef head fill:#ffbfcf; classDef installed fill:#34ebba; A(v0.0.1) x--x |v0.0.2,v0.0.3| B(v0.0.4) {{}} | -| skipRange | `ID) o--o | | ID()` | {{}} +| skipRange | `ID) o--o \| \| ID()` | {{}} flowchart TB classDef head fill:#ffbfcf; classDef installed fill:#34ebba; @@ -213,14 +213,14 @@ flowchart TB A(v0.0.1) -.-> B(v0.0.4) {{}} | -| future skips | `ID() x-.-x | | ID()` | {{}} +| future skips | `ID() x-.-x \| \| ID()` | {{}} flowchart TB classDef head fill:#ffbfcf; classDef installed fill:#34ebba; A(v0.0.1) x-.-x |v0.0.2,v0.0.3| B(v0.0.4) {{}} | -| future skipRange | `ID) o-.-o | | ID()` | {{}} +| future skipRange | `ID) o-.-o \| \| ID()` | {{}} flowchart TB classDef head fill:#ffbfcf; classDef installed fill:#34ebba;