mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
Removing the ending @ sign in the shape data
This commit is contained in:
@@ -48,10 +48,10 @@ accDescr\s*"{"\s* { this.begin("acc_descr_multilin
|
||||
const re = /\n\s*/g;
|
||||
yytext = yytext.replace(re,"<br/>");
|
||||
return 'SHAPE_DATA'}
|
||||
<shapeData>[^@^"]+ {
|
||||
<shapeData>[^}]+ {
|
||||
return 'SHAPE_DATA';
|
||||
}
|
||||
<shapeData>\@+ {
|
||||
<shapeData>"}" {
|
||||
this.popState();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user