We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you write XML inside escaped brackets, the terminal will invoke the HTML as extended command
It should print the brackets and apply formatting inside
N/A
The library probably unescapes the brackets on some point
The text was updated successfully, but these errors were encountered:
Another issue is calling:
term.echo($.terminal.escape_brackets($.terminal.apply_formatters(output))); // Recursive loop in echo detected, skip
Sorry, something went wrong.
No branches or pull requests
Issue summary
If you write XML inside escaped brackets, the terminal will invoke the HTML as extended command
Expected behavior
It should print the brackets and apply formatting inside
Steps to reproduce
Browser and OS
N/A
Additional notes
The library probably unescapes the brackets on some point
The text was updated successfully, but these errors were encountered: