Fix classDef issue

This commit is contained in:
Tyler Long
2018-03-14 21:36:10 +08:00
parent a8e49a0d2d
commit 23dfe1e8a9
3 changed files with 13 additions and 13 deletions

2
dist/index.html vendored
View File

@@ -16,6 +16,8 @@ C -->|Two| E[iPhone]
C -->|Three| F[Car]
click A "index.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
</div>
<hr/>