hugo/tpl/transform
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
..
init.go tpl/transform: Add template func for TOML/JSON/YAML docs examples conversion 2018-02-10 12:36:31 +01:00
init_test.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
remarshal.go tpl/transform: Add template func for TOML/JSON/YAML docs examples conversion 2018-02-10 12:36:31 +01:00
remarshal_test.go tpl/transform: Add template func for TOML/JSON/YAML docs examples conversion 2018-02-10 12:36:31 +01:00
transform.go tpl/transform: Do not unescape input to highlight 2017-12-29 09:52:43 +01:00
transform_test.go tpl/transform: Do not unescape input to highlight 2017-12-29 09:52:43 +01:00