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

Content printed to REPL is interpreted as HTML #321

Closed
rigdern opened this issue Sep 15, 2019 · 1 comment
Closed

Content printed to REPL is interpreted as HTML #321

rigdern opened this issue Sep 15, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@rigdern
Copy link

rigdern commented Sep 15, 2019

For example, evaluate (print "hello <b>world</b>") in the REPL.

Expected output: hello <b>world</b>

Actual output: hello world

image

Environment

  • VS Code Version: 1.38.0
  • Calva Version: 2.0.38
@PEZ
Copy link
Collaborator

PEZ commented Sep 15, 2019

Wow. That should be fixed!

@PEZ PEZ added the bug Something isn't working label Sep 15, 2019
PEZ added a commit that referenced this issue Sep 21, 2019
@PEZ PEZ closed this as completed Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants