HandmadeNetwork / hmn

The handmade website for https://handmade.network/
7 stars 2 forks source link

Update markdown renderer to support Discord's latest custom features #3

Open unnamedtiger opened 4 months ago

unnamedtiger commented 4 months ago

Discord markdown supports what they call "Subtext". Quoting from the documentation:

Like Headers, you can add subtext to any chat message. To do so, add a (-# ) before the text you want to appear in the subtext. Don’t forget the space after # before your message.

It would be neat if the website supports those, too.

See https://handmade.network/snippet/3059 for a snippet that tried to use this feature.