fix old posts atm
This commit is contained in:
parent
78492092ab
commit
cc3d9aaa61
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ ignoreErrors = ["error-disable-taxonomy"]
|
||||||
# Configure markup highlighter to match "Bearblog" aesthetics, see
|
# Configure markup highlighter to match "Bearblog" aesthetics, see
|
||||||
# https://gohugo.io/configuration/markup/#highlight
|
# https://gohugo.io/configuration/markup/#highlight
|
||||||
[markup]
|
[markup]
|
||||||
|
# we need unsafe HTML for some of my older posts
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
style = 'friendly'
|
style = 'friendly'
|
||||||
lineNos = true
|
lineNos = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue