mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 15:34:52 -04:00
Doc for markdownify
This small function feels important enough to maybe deserve more than these three lines, but this will have to do for now. This assumes that #652 gets merged.
This commit is contained in:
parent
eacd03bc7c
commit
e6bf7b9184
@ -144,6 +144,13 @@ Declares the provided string as "safe" so Go templates will not filter it.
|
|||||||
|
|
||||||
e.g. {{ .Params.CopyrightHTML | safeHtml }}
|
e.g. {{ .Params.CopyrightHTML | safeHtml }}
|
||||||
|
|
||||||
|
|
||||||
|
### markdownify
|
||||||
|
|
||||||
|
This will run the string through the Markdown processesor. The result will be declared as "safe" so Go templates will not filter it.
|
||||||
|
|
||||||
|
e.g. {{ .Title | markdownify }}
|
||||||
|
|
||||||
### lower
|
### lower
|
||||||
Convert all characters in string to lowercase.
|
Convert all characters in string to lowercase.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user