Skip to content

Commit

Permalink
fix(template): fix markdown problem
Browse files Browse the repository at this point in the history
  • Loading branch information
imjuni committed Apr 12, 2024
1 parent 1ed8b24 commit 6998389
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/markdown/document.eta
Original file line number Diff line number Diff line change
Expand Up @@ -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 }); -%>
```
<% } %>
<% }) %>

0 comments on commit 6998389

Please sign in to comment.