hugo.toml: enable mark goldmark extra extension
This commit is contained in:
parent
6131bd7121
commit
1031ebb381
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ theme = 'terminal'
|
|||
# start by listing h1s
|
||||
startLevel = 1
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.extensions]
|
||||
[markup.goldmark.extensions.extras]
|
||||
[markup.goldmark.extensions.extras.mark]
|
||||
enable = true
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue