Fixing chat message formatting in #1315
This commit is contained in:
@@ -95,7 +95,7 @@ func RenderAndSanitize(raw string) string {
|
||||
func RenderMarkdown(raw string) string {
|
||||
markdown := goldmark.New(
|
||||
goldmark.WithRendererOptions(
|
||||
html.WithUnsafe(),
|
||||
html.WithHardWraps(),
|
||||
),
|
||||
goldmark.WithExtensions(
|
||||
extension.NewLinkify(
|
||||
|
||||
Reference in New Issue
Block a user