Fix: allow unsafe html in blog posts

This commit is contained in:
Aroy-Art 2024-07-24 22:49:32 +02:00
parent 9a6d63eedb
commit db2f456635
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -136,7 +136,7 @@ markup:
title: true
renderer:
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
highlight:
anchorLineNos: true