SwiftcordApp / Swiftcord

A fully native Discord client for macOS built 100% in Swift!
https://swiftcordapp.github.io/Swiftcord/
GNU General Public License v3.0
1.85k stars 84 forks source link

[Bug]: Symbols not rendered correctly #123

Closed domenicoblanco closed 1 year ago

domenicoblanco commented 1 year ago

Describe the Bug

Bug Description Symbols as ** are not rendered correctly during the startup phase

Actual Behaviour !!{asterisks}!!

Expected Behavior **

Reproducing the Bug

  1. Just login

Version

0.5.1

Category

Connection

Relevant Log Output

No response

Screenshots

Screenshot 2022-10-18 at 08 15 37

Additional Info

No response

cryptoAlgorithm commented 1 year ago

@domenicoblanco this is a dupe of #119: Swiftcord uses the built in markdown parsing in Text, which doesn't support certain extensions of markdown that Discord's using to render those rich text.

domenicoblanco commented 1 year ago

Sorry for the duplicate, didn't notice that #119 was about Markdown in general