GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Automatically fix nested formatting before submitting to Reddit #292

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Unfortunately nested formatting is bugged on Reddit, so instead of

*Italics **bold and italicized** just italics*

we have to use

*Italics* ***bold and italicized*** *just italics*

The app will create the first version, so it would be nice if we could fix it automatically to the second version.

Note that it only happens when italics are the outer formatting characters. When it's bold outside and italic insides it renders correctly for some reason.

TimJentzsch commented 2 years ago

Duplicate of #267