[backend/libmfm] Fix HTML rendering of link nodes
This commit is contained in:
parent
5a6fbcef13
commit
d4a24be837
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ public class MfmConverter(
|
|||
{
|
||||
var el = document.CreateElement("a");
|
||||
el.SetAttribute("href", linkNode.Url);
|
||||
AppendChildren(el, document, node, mentions, host);
|
||||
el.TextContent = linkNode.Text;
|
||||
return el;
|
||||
}
|
||||
case MfmMentionNode mentionNode:
|
||||
|
|
Loading…
Add table
Reference in a new issue