hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

markdownify.md (633B)

    1 ---
    2 title: markdownify
    3 linktitle: markdownify
    4 description: Runs the provided string through the Markdown processor.
    5 date: 2017-02-01
    6 publishdate: 2017-02-01
    7 lastmod: 2017-02-01
    8 keywords: [markdown,content]
    9 categories: [functions]
   10 menu:
   11   docs:
   12     parent: "functions"
   13 signature: ["markdownify INPUT"]
   14 workson: []
   15 hugoversion:
   16 relatedfuncs: []
   17 deprecated: false
   18 aliases: []
   19 ---
   20 
   21 
   22 ```
   23 {{ .Title | markdownify }}
   24 ```
   25 
   26 *Note*: if you need [Render Hooks][], which `markdownify` doesn't currently
   27 support, use [.RenderString](/functions/renderstring/) instead.
   28 
   29 [Render Hooks]: /getting-started/configuration-markup/#markdown-render-hooks