backmarket-oss/github-mermaid-extension

Exclusion of weekdays causes syntax error

gontarzpawel opened this issue · 1 comments

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

I am having the same problem.