Reformat code block

This commit is contained in:
HustLion
2016-07-27 19:31:21 +08:00
parent 1026ad7011
commit 22fc99d521

View File

@@ -17,7 +17,7 @@ The code below would render the following image
<td>
<pre>
<code>
graph TD;
graph TD;
A-->B;
A-->C;
B-->D;
@@ -33,7 +33,7 @@ The code below would render the following image
<td>
<pre>
<code>
sequenceDiagram
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
@@ -55,7 +55,7 @@ The code below would render the following image
<td>
<pre>
<code>
classDiagram
classDiagram
Class01 <|-- AveryLongClass : Cool
Class03 *-- Class04
Class05 o-- Class06