diff options
Diffstat (limited to 'hugo.yaml')
| -rw-r--r-- | hugo.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4,4 +4,9 @@ title: Ariel Costas outputs: home: ["HTML", "AMP"] - posts: ["HTML", "RSS", "markdown"]
\ No newline at end of file + posts: ["HTML", "RSS", "markdown"] + +markup: + goldmark: + renderer: + unsafe: true
\ No newline at end of file |
