Labels
Bug
resolved
if issue is resolved, it will be open until merge with master
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Issue summary
No way to display angle brackets when using xml formatter
Expected behavior
There should be a way to print xml tags as is, using some kind of escaping.
Actual behavior
angle brackets break formatting
Steps to reproduce
<foo>
(no closing/
)term.echo('<foo>')
orterm.echo('<foo>');
(second should print<foo>
).The text was updated successfully, but these errors were encountered: