Fix for issue with rednering in IE as described in #303

This commit is contained in:
knsv
2016-03-12 11:23:57 +01:00
parent 9bd140ce42
commit 2c90034d39
5 changed files with 219 additions and 102 deletions

View File

@@ -17,7 +17,7 @@
<h1>The nodes should not be false</h1>
<div class="mermaid">
graph LR;
A[Node A]-->B[Node B];
A["fa:fa-twitter nu springer vi"]-- I am a<br/>text label -->B["Node<br/>B"];
B-->C[Node C];
</div>
</body></html>