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

Angle brackets appear as < and > in output. #8

Closed
Dibasic opened this issue Dec 19, 2018 · 1 comment
Closed

Angle brackets appear as < and > in output. #8

Dibasic opened this issue Dec 19, 2018 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Dibasic
Copy link
Owner

Dibasic commented Dec 19, 2018

Describe the bug
Angle brackets show up as unrendered < or > in the output.

To Reproduce
Steps to reproduce the behavior:

  1. Type the '<' or '>' symbols into the input.

Expected behavior
The angle brackets should appear correctly in the output, but html tags such as <script> should not be interpreted.

Web Browser (please complete the following information):

  • Chrome, Edge
  • Latest versions

Screenshots
image

Pen Code
><

Additional context
Introduced in 9e14ed1 to fix #1 . We replace < and > with < and > to avoid html from being interpreted when output is displayed. The fix for this issue needs to make sure that it doesn't reintroduce that problem.

@Dibasic Dibasic added bug Something isn't working help wanted Extra attention is needed labels Dec 19, 2018
@soryy708
Copy link
Contributor

soryy708 commented Mar 6, 2019

#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants