Link and clarification

This commit is contained in:
erelling
2019-08-28 22:01:19 +02:00
committed by GitHub
parent 185db4c112
commit f5ddf869e4

View File

@@ -12,7 +12,7 @@ In addition to the render function, a number of behavioral configuration options
## Configuration ## Configuration
These are the default options which can be overridden with the initialization call as shown below: These are the default options which can be overridden with the initialization call like so:
*Example 1:* *Example 1:*
@@ -38,6 +38,8 @@ These are the default options which can be overridden with the initialization ca
mermaid.initialize(config); mermaid.initialize(config);
</script> </script>
``` ```
A summary of all options and their defaults is found [here](https://github.com/knsv/mermaid/blob/master/docs/mermaidAPI.md#mermaidapi-configuration-defaults). A description of each option follows below.
## theme ## theme