From 497fe6399f232b4dcc3314182fafbb86a4e15650 Mon Sep 17 00:00:00 2001 From: Bastiaan Nelissen Date: Sun, 21 Mar 2021 21:00:47 +0100 Subject: [PATCH] Typo, unwanted period I am new here, reading about the syntax, but I have noticed an unwanted period. --- docs/8.6.0_docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/8.6.0_docs.md b/docs/8.6.0_docs.md index aba5ed375..d5820cb34 100644 --- a/docs/8.6.0_docs.md +++ b/docs/8.6.0_docs.md @@ -46,7 +46,7 @@ Implementors can only modify configurations using directives, but cannot change The Two types of directives: are `init` or `initialize` and `wrap`. ```note -All directives are enclosed in `%%{ }%%.` +All directives are enclosed in `%%{ }%%` ``` Older versions of mermaid will not parse directives because `%%` will comment out the directive. This makes the update backward compatible.