mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-04 08:06:43 +02:00
Update auto generated Setup.md with front matter
This commit is contained in:
@@ -48,7 +48,7 @@ Returns **any** the siteConfig
|
||||
**Notes**:
|
||||
Returns **any** values in siteConfig.
|
||||
|
||||
Returns **any**
|
||||
Returns **any**
|
||||
|
||||
## setConfig
|
||||
|
||||
@@ -142,10 +142,13 @@ mermaidAPI.initialize({
|
||||
provided a hidden div will be inserted in the body of the page instead. The element will be removed when rendering is
|
||||
completed.
|
||||
|
||||
##
|
||||
|
||||
## mermaidAPI configuration defaults
|
||||
|
||||
```html
|
||||
<script>
|
||||
<pre>
|
||||
|
||||
<script>
|
||||
var config = {
|
||||
theme:'default',
|
||||
logLevel:'fatal',
|
||||
@@ -200,7 +203,7 @@ mermaidAPI.initialize({
|
||||
}
|
||||
};
|
||||
mermaid.initialize(config);
|
||||
</script>
|
||||
```
|
||||
</script>
|
||||
</pre>
|
||||
|
||||
[1]: Setup.md?id=render
|
||||
|
Reference in New Issue
Block a user