mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-02 23:26:44 +02:00
Merge pull request #1948 from bglnelissen/patch-1
Typo, unwanted period
This commit is contained in:
@@ -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