shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
135 stars 25 forks source link

Sent inline mentions do not render in the client #23

Closed shayypy closed 2 years ago

shayypy commented 2 years ago

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.

paragraph: image

markdown-plain-text: image