From ee9838f79125e4599ed0c0f835758bdc45e5b5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Legan=C3=A9s=20Combarro?= Date: Thu, 17 Sep 2015 22:22:33 +0200 Subject: [PATCH] Disable useMaxWidth This fixes https://github.com/JozoVilcek/gitbook-plugin-mermaid/issues/9 --- convert/converter.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/convert/converter.html b/convert/converter.html index b914425..a187f96 100644 --- a/convert/converter.html +++ b/convert/converter.html @@ -11,7 +11,8 @@ startOnLoad: true, cloneCssStyles: true, flowchart: { - htmlLabels: false + htmlLabels: false, + useMaxWidth:false }, });