From 6b7699444aa5b4629fc0b2ac33fce598023abafd Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Tue, 18 Jan 2022 08:00:06 +0100 Subject: [PATCH] Update directives.md --- docs/directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/directives.md b/docs/directives.md index c0e61c4f7..5f7c720da 100644 --- a/docs/directives.md +++ b/docs/directives.md @@ -54,7 +54,7 @@ This will then be sent to `mermaid.initialize(...)` for rendering. In this category are any directives that come after the graph type declaration. Essentially, these directives will only be processed after the init directive. Each individual graph type will handle these directives. As an example: -```mmd +``` %%{init: { 'logLevel': 'debug', 'theme': 'dark' } }%% sequenceDiagram %%{config: { 'fontFamily': 'Menlo', 'fontSize': 18, 'fontWeight': 400} }%%