You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More complex lists are not being rendered correctly in Composer:
This is being caused by a global inline-block on Message paragraphs - react-markdown seems to interpret complex text as p tags. The inline-block causes the p to be rendered like this.
The text was updated successfully, but these errors were encountered:
More complex lists are not being rendered correctly in Composer:
This is being caused by a global inline-block on Message paragraphs - react-markdown seems to interpret complex text as
p
tags. The inline-block causes thep
to be rendered like this.The text was updated successfully, but these errors were encountered: