diff --git a/content/en/getting-started/configuration-markup.md b/content/en/getting-started/configuration-markup.md
index 9bd663d1b..1ac7e44ea 100644
--- a/content/en/getting-started/configuration-markup.md
+++ b/content/en/getting-started/configuration-markup.md
@@ -131,7 +131,7 @@ A Markdown example for an inline-style link with title:
A very simple template example given the above:
{{< code file="layouts/_default/_markup/render-link.html" >}}
-{{ .Text }}
+{{ .Text }}
{{< /code >}}
[^hooktemplate]: It's currently only possible to have one set of render hook templates, e.g. not per `Type` or `Section`. We may consider that in a future version.