Skip to content

Commit 13a8461

Browse files
authored
Merge pull request #381 from layer5io/CodexRaunak-patch-2
Add goldmark renderer configuration to hugo.yaml
2 parents d146e8e + ae43bea commit 13a8461

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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)