From 1f6e4a088715183556a0a9ea10c22541f3d4c594 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 5 Sep 2022 01:33:47 +0530 Subject: [PATCH] Fix pre --- docs/n00b-gettingStarted.md | 15 +++++---------- docs/usage.md | 16 ++++++---------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index bc329803e..950c4eba6 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -99,8 +99,7 @@ c. The `mermaid.initialize()` call, which dictates the appearance of diagrams an A[Client] --> B[Load Balancer] B --> C[Server01] B --> D[Server02] - + ``` @@ -145,8 +144,7 @@ Rendering in Mermaid is initialized by `mermaid.initialize()` call. You can plac A[Client] --> B[Load Balancer] B --> C[Server1] B --> D[Server2] - + And here is another:
@@ -155,8 +153,7 @@ Rendering in Mermaid is initialized by `mermaid.initialize()` call. You can plac
             B(Load Balancer) 
             B -->|tcp_456| C[Server1] 
             B -->|tcp_456| D[Server2]
-        
+ ``` @@ -175,15 +172,13 @@ In this example mermaid.js is referenced in `src` as a separate JavaScript file, A --- B B-->C[fa:fa-ban forbidden] B-->D(fa:fa-spinner); - +
             graph TD 
             A[Client] --> B[Load Balancer] 
             B --> C[Server1] 
             B --> D[Server2]
-        
+ ' - html + '
'+code+' -' + html + '
'+code+'
' else @defaultCode(code, language)