github.com/rabbouni145/gg@v0.47.1/docs/content/en/functions/markdownify.md (about) 1 --- 2 title: markdownify 3 linktitle: markdownify 4 description: Runs the provided string through the Markdown processor. 5 godocref: 6 date: 2017-02-01 7 publishdate: 2017-02-01 8 lastmod: 2017-02-01 9 keywords: [markdown,content] 10 categories: [functions] 11 menu: 12 docs: 13 parent: "functions" 14 signature: ["markdownify INPUT"] 15 workson: [] 16 hugoversion: 17 relatedfuncs: [] 18 deprecated: false 19 aliases: [] 20 --- 21 22 23 ``` 24 {{ .Title | markdownify }} 25 ```