backmarket-oss / github-mermaid-extension

A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
MIT License
237 stars 65 forks source link

Exclusion of weekdays causes syntax error #22

Open gontarzpawel opened 4 years ago

gontarzpawel commented 4 years ago

Hello, I am having some issues in using the plugin for gantt with days exclusion. Example:

gantt
dateFormat  YYYY-MM-DD
title Topic
excludes weekdays saturday,sunday

section Timeline
Task          :crit, spawn, 2020-01-30, 1d

it results in the following syntax error:

Parse error on line 4:
...days saturday,sundaysection TimelineC
-----------------------^
Expecting 'taskData', got 'NL'

Am I doing something wrong or maybe there's some parsing issue here? Thanks in advance!

britt commented 3 years ago

I am having the same problem.