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

unnecessary blank line before errors #9

Closed
aavogt opened this issue Oct 22, 2013 · 3 comments
Closed

unnecessary blank line before errors #9

aavogt opened this issue Oct 22, 2013 · 3 comments

Comments

@aavogt
Copy link
Contributor

aavogt commented Oct 22, 2013

When making a mistake, there is an extra empty line:

selection_023

perhaps the markup can be adjusted somehow? Compare with how the python backend looks (no Out[])

selection_025

@gibiansky
Copy link
Member

Hmm, looks like this isn't just a markup issue. I think IHaskell is sending a py_out as well as display_data message, and the py_out empty message is the blank line. Will investigate further.

@gibiansky
Copy link
Member

Should be fixed in 4fe42de

Also, error messages now have '\n' replaced with HTML line breaks.

@aavogt
Copy link
Contributor Author

aavogt commented Nov 11, 2013

One case that is missed:

selection_027

Maybe this will go away by addressing #14

vaibhavsagar pushed a commit that referenced this issue Jun 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants