mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Remove adding <br> tags to newlines
This commit is contained in:
@ -90,7 +90,6 @@ func RenderSimpleMarkdown(raw string) string {
|
||||
markdown := goldmark.New(
|
||||
goldmark.WithRendererOptions(
|
||||
html.WithUnsafe(),
|
||||
html.WithHardWraps(),
|
||||
),
|
||||
goldmark.WithExtensions(
|
||||
extension.NewLinkify(
|
||||
|
||||
Reference in New Issue
Block a user