fix: replace gomatrix client with mautrix-go, fixes #1527

This commit is contained in:
Arturo Guzman
2025-11-08 15:19:50 +00:00
committed by artgp
parent d8684b97a1
commit f14c4438e6
233 changed files with 30797 additions and 3255 deletions

View File

@@ -184,7 +184,7 @@ func render1(w writer, n *Node) error {
return err
}
// Add initial newline where there is danger of a newline beging ignored.
// Add initial newline where there is danger of a newline being ignored.
if c := n.FirstChild; c != nil && c.Type == TextNode && strings.HasPrefix(c.Data, "\n") {
switch n.Data {
case "pre", "listing", "textarea":