From ca06c9a56ef7bcb2946faf856eb000b15d9deef4 Mon Sep 17 00:00:00 2001 From: Agrim Prasad Date: Sat, 28 Dec 2019 23:33:23 +0800 Subject: [PATCH] Fix illegal character in render-link.html example Closes #993 --- content/en/getting-started/configuration-markup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.