From a2841c399bd750c50ddbf06301aef5b1b76ad9d7 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 10 Dec 2019 20:41:49 +0800 Subject: [PATCH] fix PlantUML online preview --- src/utils/vutils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/vutils.cpp b/src/utils/vutils.cpp index 4e8df948..d7141096 100644 --- a/src/utils/vutils.cpp +++ b/src/utils/vutils.cpp @@ -1020,8 +1020,8 @@ QString VUtils::generateMathJaxPreviewTemplate() "\n"; // PlantUML. - extraFile += "\n" + - "\n" + + extraFile += "\n" + + "\n" + "\n"; templ.replace(HtmlHolder::c_extraHolder, extraFile);