From 29edd7fea19b7bc4b0f00df75e2c7e429acf9626 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 27 Feb 2017 02:40:52 -0600 Subject: [PATCH] Add markdownify for function quick reference --- content/functions/delimit.md | 2 +- themes/hugodocs/layouts/partials/functions-quick-reference.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/functions/delimit.md b/content/functions/delimit.md index 0aa8355bf..0572cc005 100644 --- a/content/functions/delimit.md +++ b/content/functions/delimit.md @@ -1,7 +1,7 @@ --- title: delimit linktitle: delimit -description: "`delimit` loops through any array, slice, or map and returns a string of all the values separated by a delimiter." +description: Loops through any array, slice, or map and returns a string of all the values separated by a delimiter." godocref: qref: loops through array, slice, or map and returns string of all values separated by a delimiter. workson: [] diff --git a/themes/hugodocs/layouts/partials/functions-quick-reference.html b/themes/hugodocs/layouts/partials/functions-quick-reference.html index e2ea5f67a..fe69d48e5 100644 --- a/themes/hugodocs/layouts/partials/functions-quick-reference.html +++ b/themes/hugodocs/layouts/partials/functions-quick-reference.html @@ -1,6 +1,6 @@
{{ range .Data.Pages }}
{{.LinkTitle}}
-
{{.Description}}
+
{{ .Description | markdownify }}
{{ end }}
\ No newline at end of file