From 9734bfc4a035c9d171e4c65fe2ab880dc3d67de1 Mon Sep 17 00:00:00 2001 From: Aniston Date: Wed, 21 Apr 2021 01:29:12 +0200 Subject: [PATCH] dateFormat must not have ':' --- docs/theming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/theming.md b/docs/theming.md index 1b7cc87a5..70adc4a99 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -461,7 +461,7 @@ classDiagram ### Gantt ``` gantt - dateFormat :YYYY-MM-DD + dateFormat YYYY-MM-DD title Adding GANTT diagram functionality to mermaid excludes :excludes the named dates/days from being included in a charted task.. section A section @@ -491,7 +491,7 @@ gantt ```mermaid gantt - dateFormat :YYYY-MM-DD + dateFormat YYYY-MM-DD title Adding GANTT diagram functionality to mermaid excludes :excludes the named dates/days from being included in a charted task.. section A section