0

Merge branch 'develop' of github.com:owncast/owncast into develop

This commit is contained in:
Ginger Wong 2021-08-18 17:44:12 -07:00
commit 638fd111e8

View File

@ -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(