mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 02:09:50 +02:00
Fix for br tags within nodes for new line
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<head>
|
||||
|
||||
<script src="../dist/mermaid.full.js"></script>
|
||||
<scrpt>
|
||||
<script>
|
||||
var mermaid_config = {
|
||||
startOnLoad:true
|
||||
}
|
||||
</scrpt>
|
||||
</script>
|
||||
<script>
|
||||
function apa(){
|
||||
console.log('CLICKED');
|
||||
@@ -22,7 +22,7 @@
|
||||
chimp:Chimpansenhoppar
|
||||
</div>
|
||||
<div class="mermaid">
|
||||
graph TB;A(Astrid # a)-->B[Irene];
|
||||
graph TB;A(Astrid <br> b)-->B[Irene];
|
||||
A-->C[Christer];
|
||||
B-->D[Micke];
|
||||
B-->E[Maria];
|
||||
|
Reference in New Issue
Block a user