Skip to content

Commit 33f7d32

Browse files
authored
Merge pull request #112 from Namanv0509/unsafe
removed unsafe=true
2 parents a90560e + ac2a058 commit 33f7d32

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

hugo-disabled.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ time_format_blog = "2006.01.02"
8282
[markup.goldmark]
8383
[markup.goldmark.parser.attribute]
8484
block = true
85-
[markup.goldmark.renderer]
86-
unsafe = true
85+
8786
[markup.highlight]
8887
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
8988
style = "tango"

hugo.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ markup:
5656
parser:
5757
attribute:
5858
block: true
59-
renderer:
60-
unsafe: true
6159
highlight:
6260
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
6361
# style: tango
@@ -209,8 +207,3 @@ module:
209207
imports:
210208
- path: github.com/google/docsy
211209
disable: false
212-
213-
markup:
214-
goldmark:
215-
renderer:
216-
unsafe: true

0 commit comments

Comments
 (0)