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

Fix ANSI code for "bold" #214

Closed
wants to merge 1 commit into from
Closed

Fix ANSI code for "bold" #214

wants to merge 1 commit into from

Conversation

mgeier
Copy link
Contributor

@mgeier mgeier commented Jan 23, 2016

See also jupyter/notebook#988

This fixes IPython tracebacks, but since leading zeros seem to be allowed, this may break other uses!

BTW, what's the status of the ANSI handling throughout the codebase?
This seems to be quite a mess ...

ansi2html uses completely different code from ansi2latex.
In HTML, "bold" is (partly) supported, but doesn't change the color, in LaTeX, "bold" is printed in bold and with a brighter color (which doesn't really look more "bold" on a white background).

@takluyver takluyver closed this in 6be45f6 Feb 15, 2016
@mgeier mgeier deleted the ansi-bold branch February 16, 2016 08:46
@minrk minrk modified the milestone: no action Apr 5, 2016
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

Successfully merging this pull request may close these issues.

2 participants