Skip to content

Commit

Permalink
📝 Docs: update default hugo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jul 4, 2024
1 parent 052d128 commit cf91f23
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,22 @@ enableEmoji = true
definitionList = true
footnote = true
linkify = true
strikethrough = true
strikethrough = false
table = true
taskList = true
typographer = true
# https://gohugo.io/getting-started/configuration-markup/#extras
[markup.goldmark.extensions.extras]
[markup.goldmark.extensions.extras.delete]
enable = true
[markup.goldmark.extensions.extras.insert]
enable = true
[markup.goldmark.extensions.extras.mark]
enable = true
[markup.goldmark.extensions.extras.subscript]
enable = true
[markup.goldmark.extensions.extras.superscript]
enable = true
[markup.goldmark.renderer]
# whether to use HTML tags directly in the document
unsafe = true
Expand Down

0 comments on commit cf91f23

Please sign in to comment.