mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-10 06:24:16 +01:00
Typo, unwanted period
I am new here, reading about the syntax, but I have noticed an unwanted period.
This commit is contained in:
committed by
GitHub
parent
a5cc75c1f7
commit
497fe6399f
@@ -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`.
|
The Two types of directives: are `init` or `initialize` and `wrap`.
|
||||||
|
|
||||||
```note
|
```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.
|
Older versions of mermaid will not parse directives because `%%` will comment out the directive. This makes the update backward compatible.
|
||||||
|
|||||||
Reference in New Issue
Block a user