diff --git a/content/en/content-management/diagrams.md b/content/en/content-management/diagrams.md index e664dd501..71d168494 100644 --- a/content/en/content-management/diagrams.md +++ b/content/en/content-management/diagrams.md @@ -47,9 +47,9 @@ Will be rendered as: Hugo currently does not provide default templates for Mermaid diagrams. But you can easily add your own. One way to do it would be to create `layouts/_default/_markup/render-codeblock-mermaid.html`: ```go-html-template -
{{- .Inner | safeHTML }}
-