Guilded.py uses the markdown-plain-text node type to avoid parsing markdown manually. Unfortunately, this causes Guilded to only render the text content of mentions (Members, Roles, TeamChannels) rather than their "rich" values.
This issue could be solved by switching to the paragraph type and having the library parse all markdown instead.
Guilded.py uses the
markdown-plain-text
node type to avoid parsing markdown manually. Unfortunately, this causes Guilded to only render the text content of mentions (Member
s,Role
s,TeamChannel
s) rather than their "rich" values.This issue could be solved by switching to the
paragraph
type and having the library parse all markdown instead.paragraph
:markdown-plain-text
: