github-mermaid-extension
github-mermaid-extension copied to clipboard
Exclusion of weekdays causes syntax error
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!
I am having the same problem.