mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 03:04:07 +01:00
1181-Minor update to regex
This commit is contained in:
@@ -588,7 +588,7 @@ classDiagram
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
?> cssClasses cannot be applied at the same time as a relation statement.
|
?> cssClasses cannot be added using this shorthand method at the same time as a relation statement.
|
||||||
|
|
||||||
?> Due to limitations with existing markup for class diagrams, it is not currently possible to define css classes within the diagram itself. ***Coming soon!***
|
?> Due to limitations with existing markup for class diagrams, it is not currently possible to define css classes within the diagram itself. ***Coming soon!***
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
\-\- return 'LINE';
|
\-\- return 'LINE';
|
||||||
\.\. return 'DOTTED_LINE';
|
\.\. return 'DOTTED_LINE';
|
||||||
":"{1}[^:\n;]+ return 'LABEL';
|
":"{1}[^:\n;]+ return 'LABEL';
|
||||||
":::" return 'STYLE_SEPARATOR';
|
":"{3} return 'STYLE_SEPARATOR';
|
||||||
\- return 'MINUS';
|
\- return 'MINUS';
|
||||||
"." return 'DOT';
|
"." return 'DOT';
|
||||||
\+ return 'PLUS';
|
\+ return 'PLUS';
|
||||||
|
|||||||
Reference in New Issue
Block a user