amargon/nodebb-plugin-discord-notification

Webhook is sending the message with the HTML tags

FlickySH opened this issue · 1 comments

image
Pretty self explained

Well, that's intended behaviour.
It justs sends the message out exactly as it's been written.

Since both NodeBB and Discord use Markdown to format messages, all is well.

Detecting and parsing HTML is a whole different story and I'm not into it.
PRs are welcome, though :)