HTML tags in Discord

Hi, glitchers! I wanted to ask. Is it possible to make HTML tags not visible in Discord?

Discord example:Testing incidents
Testing databases

Example in the database:Testing incidents <p> Testing databases </p>

` <---- you can use these characters (use three of them, enter, type your code, add three more)

Discord example:Testing incidents
Testing databases

Example in the database:Testing incidents <p> Testing databases </p>

Do you mean using html tags for styling text or do you just want to display them?

I want to tag the text so that it looks normal on the site, and in Discord the text itself is visible, without tags or the same as on the site.

So this
<h1>ok</h1>
goes to this

ok

Is that what you mean?

image
Must be: gg

You must convert it to markdown.

Please, give example code.

var TurndownService = require('turndown')

var turndownService = new TurndownService()
var markdown = turndownService.turndown('*Your HTML*')

I write command in Discord bot: !incidents Test<p>Test1</p>