forked from TrueCloudLab/distribution
docs: allow unsafe HTML
Enable rendering of unsafe HTML in Markdown files Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
3612f5e488
commit
9d12b47bbb
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ languageCode: en-us
|
|||
title: CNCF Distribution
|
||||
theme: hugo-geekdoc
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
pluralizeListTitles: false
|
||||
enableRobotsTXT: true
|
||||
taxonomies: [tags]
|
||||
|
|
Loading…
Reference in a new issue