mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Add markdownify for function quick reference
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user