mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Allow user HTML tags
This commit is contained in:
parent
b31716c55d
commit
d943d656f8
2 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,6 @@ trim_trailing_whitespace = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.md]
|
[*.md,*.toml]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
|
@ -7,6 +7,9 @@ hasCJKLanguage = true
|
||||||
# pygmentsUseClasses = true
|
# pygmentsUseClasses = true
|
||||||
# googleAnalytics = "{your tracking code}"
|
# googleAnalytics = "{your tracking code}"
|
||||||
|
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true # Allow user HTML tags
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "Your Name"
|
author = "Your Name"
|
||||||
avatar = "avatar.jpg"
|
avatar = "avatar.jpg"
|
||||||
|
|
Loading…
Reference in a new issue