mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
chore: leave the newLine out of the jison spec
This commit is contained in:
parent
eff9f7e5db
commit
85515bcf8d
@ -86,13 +86,13 @@ that id.
|
|||||||
"includes"\s[^#\n;]+ return 'includes';
|
"includes"\s[^#\n;]+ return 'includes';
|
||||||
"excludes"\s[^#\n;]+ return 'excludes';
|
"excludes"\s[^#\n;]+ return 'excludes';
|
||||||
"todayMarker"\s[^\n;]+ return 'todayMarker';
|
"todayMarker"\s[^\n;]+ return 'todayMarker';
|
||||||
.*weekday\s+monday[^\n]+ return 'weekday_monday'
|
weekday\s+monday return 'weekday_monday'
|
||||||
.*weekday\s+tuesday[^\n]+ return 'weekday_tuesday'
|
weekday\s+tuesday return 'weekday_tuesday'
|
||||||
.*weekday\s+wednesday[^\n]+ return 'weekday_wednesday'
|
weekday\s+wednesday return 'weekday_wednesday'
|
||||||
.*weekday\s+thursday[^\n]+ return 'weekday_thursday'
|
weekday\s+thursday return 'weekday_thursday'
|
||||||
.*weekday\s+friday[^\n]+ return 'weekday_friday'
|
weekday\s+friday return 'weekday_friday'
|
||||||
.*weekday\s+saturday[^\n]+ return 'weekday_saturday'
|
weekday\s+saturday return 'weekday_saturday'
|
||||||
.*weekday\s+sunday[^\n]+ return 'weekday_sunday'
|
weekday\s+sunday return 'weekday_sunday'
|
||||||
\d\d\d\d"-"\d\d"-"\d\d return 'date';
|
\d\d\d\d"-"\d\d"-"\d\d return 'date';
|
||||||
"title"\s[^#\n;]+ return 'title';
|
"title"\s[^#\n;]+ return 'title';
|
||||||
"accDescription"\s[^#\n;]+ return 'accDescription'
|
"accDescription"\s[^#\n;]+ return 'accDescription'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user