ishwi / Chuu

Last.fm bot for discord
MIT License
172 stars 20 forks source link

Broken Markdown with unescaped characters in artist names #25

Closed jackchen0226 closed 4 years ago

jackchen0226 commented 4 years ago

Artist names with the '_' character may create a block of italicized text in Markdown. This in turn breaks any other Markdown formatting in between the underscore characters.

image

The artist nervoustestpilot starts an italicized block and coincidentally ends with with last.fm username SwitchyRabbit and breaking link formatting along the way.

Same issue would occur with other Markdown characters such as * or ~

ishwi commented 4 years ago

Thanks for reporting the bug. Had to change a lot of things to avoid any kind of trouble with markdown characters. If you still see any cases where the markdown gets weird feel free to reopen this issue.