Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to display angle brackets when using xml formatter #710

Closed
jcubic opened this issue Nov 28, 2021 · 0 comments
Closed

No way to display angle brackets when using xml formatter #710

jcubic opened this issue Nov 28, 2021 · 0 comments
Labels
Bug resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Nov 28, 2021

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

  1. Open https://try.javascript.org.pl/
  2. type <foo> (no closing /)
  3. try term.echo('<foo>') or term.echo('&lt;foo&gt;'); (second should print <foo>).
@jcubic jcubic added the Bug label Nov 28, 2021
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Nov 28, 2021
@jcubic jcubic closed this as completed Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant