mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
docs: adjust to Hugo 0.128.0
coming with changes to extension handling
This commit is contained in:
parent
926bea4727
commit
7aec99b38d
1 changed files with 3 additions and 0 deletions
|
@ -68,9 +68,12 @@ summaryLength = 10
|
|||
renderer.unsafe = true
|
||||
|
||||
[markup.goldmark.extensions]
|
||||
strikethrough = false
|
||||
|
||||
# use Markdown extensions for this showcase
|
||||
[markup.goldmark.extensions.extras]
|
||||
[markup.goldmark.extensions.extras.delete]
|
||||
enable = true
|
||||
[markup.goldmark.extensions.extras.insert]
|
||||
enable = true
|
||||
[markup.goldmark.extensions.extras.mark]
|
||||
|
|
Loading…
Reference in a new issue