mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 06:20:07 +02:00
Update duplicate copy pasted directive description
Looked like the description for changing the theme via a directive had been copied to a couple of other use cases.
This commit is contained in:
@@ -132,7 +132,7 @@ A --> C[End]
|
|||||||
|
|
||||||
### Changing fontFamily via directive
|
### Changing fontFamily via directive
|
||||||
|
|
||||||
The following code snippet changes theme to forest:
|
The following code snippet changes fontFamily to rebuchet MS, Verdana, Arial, Sans-Serif:
|
||||||
|
|
||||||
`%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%`
|
`%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%`
|
||||||
|
|
||||||
@@ -152,7 +152,7 @@ A --> C[End]
|
|||||||
|
|
||||||
### Changing logLevel via directive
|
### Changing logLevel via directive
|
||||||
|
|
||||||
The following code snippet changes theme to forest:
|
The following code snippet changes logLevel to 2:
|
||||||
|
|
||||||
`%%{init: { "logLevel": 2 } }%%`
|
`%%{init: { "logLevel": 2 } }%%`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user