Items in angle brackets do not appear

What sort of automatic formatting is done for text inside of < . and > symbols.

It disappears as soon as I close the brackets.

(I tried recording a video, but Screen to GIF did not record the text being typed.)

\<Use back slashes\>

Angle brackets denote HTML. You have to escape them with back slashes. Or you can do stuff like embed HTML in your post:

<h1>Hello World</h1>
<h2>Hello World</h2>
<h3>Hello World</h3>
<h4>Hello World</h4>

Hello World

Hello World

Hello World

Hello World

What if one wants to display text inside a set of brackets? Is that possible?

“<hw-threadcallout”>"

This is as close as I can get.

\<This is some text inside angle brackets\>

<This is some text inside angle brackets>

Or just use three backticks on each side of an entire text block and it will leave the formatting as is:

<"Hello World">
<"Hello World">
<"Hello World">
<"Hello World">
<"Hello World">
1 Like