-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error when concatenating unstyled unicode symbol #90
Labels
bug
Something isn't working
Comments
hexaeder
changed the title
Error when concating unstyled unicode symbol
Error when concatenating unstyled unicode symbol
Sep 10, 2024
hexaeder
added a commit
to JuliaDynamics/NetworkDynamics.jl
that referenced
this issue
Sep 10, 2024
This is really two issues:
(2) has already been fixed in #86, and (1) seems to be working in a development version of Julia + StyledStrings locally, so I suspect this is just a matter of the fixes being released. julia> s = "τ" * styled"{blue:blue}"
"τblue"
julia> show(s)
Base.AnnotatedString{String}("τblue", [@NamedTuple{region::UnitRange{Int64}, label::Symbol, value}((3:6, :face, :blue))]) |
I'll check the compat release of StyledStrings for this issue on the weekend. |
I'm now doing the "backport the new stuff" run for the compat release, sorting this out will be part of that work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when explicitly giving default style it works
The text was updated successfully, but these errors were encountered: