merlinfuchs / embed-generator

Create rich embed messages for Discord (previously discord.club)
https://message.style
MIT License
292 stars 35 forks source link

Refactor markdown parsing and styling #134

Open merlinfuchs opened 8 months ago

merlinfuchs commented 8 months ago

The current way we parse markdown in the message preview is a complete mess. It consists of copy pasted markdown rules from different places which don't 100% align with Discords markdown parser. Additionally the styling is also imperfect.