From 6998389aa06aae80b1dc22a02ba36d8aeb76224d Mon Sep 17 00:00:00 2001 From: ByungJoon Lee Date: Fri, 12 Apr 2024 21:41:08 +0900 Subject: [PATCH] fix(template): fix markdown problem --- templates/markdown/document.eta | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/markdown/document.eta b/templates/markdown/document.eta index 827e61f..bad8adb 100644 --- a/templates/markdown/document.eta +++ b/templates/markdown/document.eta @@ -9,8 +9,8 @@ <% if (it.option.components.includes('er')) { %> ## ER Diagram -\`\`\`mermaid -<%~ include('markdown-mermaid-diagram', { entities: it.entities, option: it.option, metadata: it.metadata }); -%> -\`\`\``; +```mermaid +<%~ include('markdown-mermaid-diagram', { entities: version.entities, option: it.option, metadata: it.metadata }); -%> +``` <% } %> <% }) %>