github-mermaid-extension icon indicating copy to clipboard operation
github-mermaid-extension copied to clipboard

Exclusion of weekdays causes syntax error

Open gontarzpawel opened this issue 5 years ago • 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!

gontarzpawel avatar Jan 14 '20 10:01 gontarzpawel

I am having the same problem.

britt avatar Jul 14 '21 20:07 britt