mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
This commit is contained in:
@ -145,7 +145,7 @@ func RenderSimpleMarkdown(raw string) string {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
return buf.String()
|
||||
return strings.TrimSpace(buf.String())
|
||||
}
|
||||
|
||||
// RenderPageContentMarkdown will return HTML specifically handled for the user-specified page content.
|
||||
|
||||
Reference in New Issue
Block a user