hugoDocs/content/functions/markdownify.md
2017-02-26 19:27:05 -06:00

23 lines
507 B
Markdown

---
title: markdownify
linktitle: markdownify
description: Runs the provided string through the Markdown processor.
godocref:
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
tags: [markdown,content]
categories: [functions]
signature:
workson: []
hugoversion:
relatedfuncs: []
deprecated: false
aliases: []
---
`markdownify` runs the provided string through the Markdown processor. The result will be declared as "safe" so Go/html templates do not filter it.
```
{{ .Title | markdownify }}
```