Skip to content

Commit 7aec99b

Browse files
committed
docs: adjust to Hugo 0.128.0
coming with changes to extension handling
1 parent 926bea4 commit 7aec99b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exampleSite/config/_default/hugo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ summaryLength = 10
6868
renderer.unsafe = true
6969

7070
[markup.goldmark.extensions]
71+
strikethrough = false
7172

7273
# use Markdown extensions for this showcase
7374
[markup.goldmark.extensions.extras]
75+
[markup.goldmark.extensions.extras.delete]
76+
enable = true
7477
[markup.goldmark.extensions.extras.insert]
7578
enable = true
7679
[markup.goldmark.extensions.extras.mark]

0 commit comments

Comments
 (0)