Updated v2: Templates (markdown)

Matt Holt 2019-12-23 12:32:26 -07:00
parent 9a8806492e
commit 4989dfc661

@ -134,10 +134,6 @@ The resulting front matter will be made available like so:
- `.Body` to access the body after the front matter, for example: `{{markdown $parsed.Body}}`
```
{{markdown "My _markdown_ text"}}
```
### `stripHTML`
Removes HTML from a string.