diff options
Diffstat (limited to 'hugo.yaml')
| -rw-r--r-- | hugo.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -36,6 +36,14 @@ markup: goldmark: renderer: unsafe: true + extensions: + definitionList: true + footnote: true + linkify: true + linkifyProtocol: https + strikethrough: true + table: true + taskList: true pagination: disableAliases: false pagerSize: 10 |
