discord-jda / JDA

Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Apache License 2.0
4.26k stars 730 forks source link

Feature/small text support #2672

Open Andre601 opened 3 months ago

Andre601 commented 3 months ago

Pull Request Etiquette

Changes

Closes Issue: NaN

Description

Adds support for Discord's planned small-text format (-# text) to the MarkdownUtil and MarkdownSanitizer.

I'm sure that I haven't covered everything, so I feel free to point out any missing parts.

This remains a draft until the feature is added and documented by Discord.

MinnDevelopment commented 1 month ago

I think this is now released, is there anything left to do?

Andre601 commented 1 month ago

I think this is now released, is there anything left to do?

Mainly a way to sanitize/escape it... Not sure how to implement this...