mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 08:50:13 +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;
|
const re = /\n\s*/g;
|
||||||
yytext = yytext.replace(re,"<br/>");
|
yytext = yytext.replace(re,"<br/>");
|
||||||
return 'SHAPE_DATA'}
|
return 'SHAPE_DATA'}
|
||||||
<shapeData>[^@^"]+ {
|
<shapeData>[^}]+ {
|
||||||
return 'SHAPE_DATA';
|
return 'SHAPE_DATA';
|
||||||
}
|
}
|
||||||
<shapeData>\@+ {
|
<shapeData>"}" {
|
||||||
this.popState();
|
this.popState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user