SwiftcordApp / Swiftcord

A fully native Discord client for macOS built 100% in Swift!

Home Page:https://swiftcordapp.github.io/Swiftcord/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Symbols not rendered correctly

domenicoblanco opened this issue · comments

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

@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.

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