diff --git a/src/modules/markdown/markdown.service.ts b/src/modules/markdown/markdown.service.ts
index 56a489be..374a438c 100644
--- a/src/modules/markdown/markdown.service.ts
+++ b/src/modules/markdown/markdown.service.ts
@@ -325,9 +325,10 @@ ${text.trim()}
return {
body: [`${title}
${html}`],
extraScripts: [
- '',
- '',
- '',
+ '',
+ '',
+ '',
+ '',
// '',
// '',
// '',
@@ -338,6 +339,7 @@ ${text.trim()}
],
link: [
'',
+ '',
],
style: [style, themeStyleSheet],
}