mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-06 07:39:48 +02:00
Reformat code block
This commit is contained in:
@@ -17,7 +17,7 @@ The code below would render the following image
|
|||||||
<td>
|
<td>
|
||||||
<pre>
|
<pre>
|
||||||
<code>
|
<code>
|
||||||
graph TD;
|
graph TD;
|
||||||
A-->B;
|
A-->B;
|
||||||
A-->C;
|
A-->C;
|
||||||
B-->D;
|
B-->D;
|
||||||
@@ -33,7 +33,7 @@ The code below would render the following image
|
|||||||
<td>
|
<td>
|
||||||
<pre>
|
<pre>
|
||||||
<code>
|
<code>
|
||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
participant Alice
|
participant Alice
|
||||||
participant Bob
|
participant Bob
|
||||||
Alice->>John: Hello John, how are you?
|
Alice->>John: Hello John, how are you?
|
||||||
@@ -55,7 +55,7 @@ The code below would render the following image
|
|||||||
<td>
|
<td>
|
||||||
<pre>
|
<pre>
|
||||||
<code>
|
<code>
|
||||||
classDiagram
|
classDiagram
|
||||||
Class01 <|-- AveryLongClass : Cool
|
Class01 <|-- AveryLongClass : Cool
|
||||||
Class03 *-- Class04
|
Class03 *-- Class04
|
||||||
Class05 o-- Class06
|
Class05 o-- Class06
|
||||||
|
Reference in New Issue
Block a user