Escaping <

Hello everyone :slight_smile:

That should be a quick one. I have some blocks of code in my document
that use < and >. Is there a way to escape them so that I can export to Latex?
Backslash doesn’t seem to do it.

Best

Dionysis

I just use HTML entities to escape angle brackets. < and >. You could also wrap them in backticks, but that will put them in a code environment, which may not be what you want.

Perfect :slight_smile: Thank you once again Ioa!

Dionysis