fixing tootpick output in config.toml

This commit is contained in:
Dominic Reich 2023-11-19 12:47:12 +01:00
parent 42cc66febc
commit e0971815db
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A
2 changed files with 2 additions and 1 deletions

View file

@ -40,7 +40,8 @@ summaryLength = 0
[outputFormats.Tootpick]
mediaType = "text/html"
basename = "tootpick"
isPlainText = true
isPlainText = false
isHTML = true
notAlternative = true
[outputs]