Skip to content

Commit ae43bea

Browse files
authored
Add goldmark renderer configuration to hugo.yaml
Signed-off-by: Raunak Madan <[email protected]>
1 parent d146e8e commit ae43bea

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

hugo.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ ignoreLogs: ['warning-goldmark-raw-html']
66
params:
77
buildCondition: examples
88

9+
markup:
10+
goldmark:
11+
renderer:
12+
unsafe: true
13+
914
module:
1015
hugoVersion:
1116
extended: true
@@ -14,4 +19,4 @@ module:
1419

1520
# used to source the base theme for academy.
1621
- path: github.com/layer5io/academy-theme
17-
disable: false
22+
disable: false

0 commit comments

Comments
 (0)