From e651511c35b466e15c1696b0625a800edbd0fe75 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Tue, 28 Jul 2020 19:01:01 -0700 Subject: [PATCH] Update theming.md --- docs/theming.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/theming.md b/docs/theming.md index b2fe74c5e..6d1f32b75 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -25,7 +25,9 @@ When Generating a diagram using on a webpage that supports mermaid. It is also p Here is an example of how `%%init%%` can set the theme to 'base', this assumes that `themeVariables` are set to default: -```mermaid + +``` +mermaid %%{init: {'theme':'base'}}%% graph TD A[Christmas] -->|Get money| B(Go shopping)