twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
652 stars 130 forks source link

feat(util): add markdown format functions to util #2314

Open HTGAzureX1212 opened 6 months ago

HTGAzureX1212 commented 6 months ago

Closes #2279.

This draft PR explores a potential implementation for markdown formatting functions. It is expected that the implementation would be iterated on for a bit before this is actually merged into main.

HTGAzureX1212 commented 3 months ago

Do you think we need to add the H1, H2, H3, ... formatting?

laralove143 commented 3 months ago

Do you think we need to add the H1, H2, H3, ... formatting?

yes, i think this should support all of discord's supported markdown, including named links and timestamps

HTGAzureX1212 commented 2 months ago

Do you think we need to add the H1, H2, H3, ... formatting?

yes, i think this should support all of discord's supported markdown, including named links and timestamps

Promptly added.