-
Notifications
You must be signed in to change notification settings - Fork 14
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
respect the :color option #47
Comments
Yes, it is difficult though because people want to be able to e.g. interpolate "crayons" and then you don't have an I think we need to do a breaking release to clear these things up. |
I think that this is the cause of JuliaData/DataFrames.jl#2846. In that particular issue, they are testing output by using cc: @bkamins |
I guess there should be a new string type to solve the string interpolation with color problem? the new string type stores the colored string as list of |
Now |
currently the
show
method overloaded in this package doesn't respect the :color option in julia IO, which as a result will print extra ASCII chars in Pluto.The text was updated successfully, but these errors were encountered: