mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 07:54:21 +01:00
Fix: allow unsafe html in blog posts
This commit is contained in:
parent
9a6d63eedb
commit
db2f456635
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ markup:
|
||||||
title: true
|
title: true
|
||||||
renderer:
|
renderer:
|
||||||
hardWraps: false
|
hardWraps: false
|
||||||
unsafe: false # Set to "true" if you need to use raw html in blog posts
|
unsafe: true # Set to "true" if you need to use raw html in blog posts
|
||||||
xhtml: false
|
xhtml: false
|
||||||
highlight:
|
highlight:
|
||||||
anchorLineNos: true
|
anchorLineNos: true
|
||||||
|
|
Loading…
Reference in a new issue