Fixed tests

This commit is contained in:
Philipp A
2019-04-26 10:03:23 +02:00
parent 12b58a17e1
commit d78b33ca75
6 changed files with 19 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ for (const themeName of ['default', 'forest', 'dark', 'neutral']) {
*/
const config = {
/** theme , the CSS style sheet
/** theme , the CSS style sheet
*
* **theme** - Choose one of the built-in themes: default, forest, dark or neutral. To disable any pre-defined mermaid theme, use "null".
* **themeCSS** - Use your own CSS. This overrides **theme**.