[backend/masto-client] Fix blockquote handling for some clients
This commit is contained in:
parent
1a43ce55cd
commit
01b2702af5
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ public class MfmConverter(IOptions<Config.InstanceSection> config)
|
||||||
var el = CreateInlineFormattingElement(document, "blockquote");
|
var el = CreateInlineFormattingElement(document, "blockquote");
|
||||||
AddHtmlMarkupStartOnly(node, "> ");
|
AddHtmlMarkupStartOnly(node, "> ");
|
||||||
AppendChildren(el, document, node, mentions, host);
|
AppendChildren(el, document, node, mentions, host);
|
||||||
|
el.AppendChild(document.CreateElement("br"));
|
||||||
return el;
|
return el;
|
||||||
}
|
}
|
||||||
case MfmTextNode textNode:
|
case MfmTextNode textNode:
|
||||||
|
|
Loading…
Add table
Reference in a new issue