mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Re-enable unsafe tags as they are needed for emoji
This commit is contained in:
parent
747e42f7cc
commit
3618a28240
@ -95,6 +95,7 @@ func RenderAndSanitize(raw string) string {
|
||||
func RenderMarkdown(raw string) string {
|
||||
markdown := goldmark.New(
|
||||
goldmark.WithRendererOptions(
|
||||
html.WithUnsafe(),
|
||||
html.WithHardWraps(),
|
||||
),
|
||||
goldmark.WithExtensions(
|
||||
|
Loading…
x
Reference in New Issue
Block a user