Add markdownify for function quick reference

This commit is contained in:
Ryan Watters
2017-02-27 02:40:52 -06:00
parent e6dc8c4646
commit 29edd7fea1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: []
@@ -1,6 +1,6 @@
<dl class="quick-reference">
{{ range .Data.Pages }}
<dt><code><a href="{{.Permalink}}">{{.LinkTitle}}</a></code></dt>
<dd>{{.Description}}</dd>
<dd>{{ .Description | markdownify }}</dd>
{{ end }}
</dl>