If I do it as follows
<id>
I see nothing:
<id>
I see character entity references: <id>.
Hi @x-yuri, I'm assuming you are using Markdown. If so, have you tried the following?
`<id>`
Sure, I'm using GitHub Flavored Markdown. And well, your suggestion suits me, thanks. But I also wonder if there is a way to make it without changing appearance.
Sorry @x-yuri, I'm afraid this isn't possible with GitHub Flavored Markdown.
You can write \<foo> in GFM.
You can write as
\<foo>in GFM.
Best answer by far, thanks cabo.
Most helpful comment
You can write as
\<foo>in GFM.