Allow user HTML tags

This commit is contained in:
koirand 2020-03-23 16:46:23 +09:00
parent b31716c55d
commit d943d656f8
2 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,6 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.md]
[*.md,*.toml]
trim_trailing_whitespace = false
indent_size = 4

View file

@ -7,6 +7,9 @@ hasCJKLanguage = true
# pygmentsUseClasses = true
# googleAnalytics = "{your tracking code}"
[markup.goldmark.renderer]
unsafe = true # Allow user HTML tags
[params]
author = "Your Name"
avatar = "avatar.jpg"