hugo/tpl
Bjørn Erik Pedersen d382502d6d tpl/transform: Add template func for TOML/JSON/YAML docs examples conversion
Usage:

```html
{{ "title = \"Hello World\"" | transform.Remarshal "json" | safeHTML }}
```

Fixes #4389
2018-02-10 12:36:31 +01:00
..
cast
collections tpl/collections: Seed random on init only 2018-01-27 18:51:12 +01:00
compare
crypto
data
encoding
fmt
images
inflect vendor: Fix Humanize for multi-byte runes 2017-11-28 21:16:01 +01:00
internal
lang
math
os
partials
safe
strings tpl/strings: Fix broken test 2017-12-17 18:06:55 +01:00
time
tplimpl Add "target" and "rel" parameters to figure shortcode 2018-02-09 22:27:58 +01:00
transform tpl/transform: Add template func for TOML/JSON/YAML docs examples conversion 2018-02-10 12:36:31 +01:00
urls
template.go