Release 0.2.16

This commit is contained in:
knsv
2014-12-15 19:35:09 +01:00
parent e32cbe3004
commit 5712c6de7b
12 changed files with 324 additions and 355 deletions

View File

@@ -58,7 +58,7 @@
<div class="mermaid">
sequenceDiagram
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks about <br/> things <br/> to think about
Note right of Alice: Bob thinks about <br/> things <br/> to think about
Bob-->Alice: I am good thanks!
Bob-->John the Long: How about you John?
Bob-->Alice: Checking with John...

View File

@@ -57,7 +57,7 @@
</pre>
<h3>Graph definition</h3>
<pre>
graph TD;
graph LR;
noc[No class&lt;br />using default];
cyr2((Class node-cyr-undefined&lt;br /&gt;is undefined, using default));
@@ -98,7 +98,7 @@
</pre>
<div class="mermaid">
graph TD;
graph LR;
noc[No class<br />using default];
cyr2((Class node-cyr-undefined<br />is undefined, using default));