JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.78k stars 409 forks source link

Prefer to `show` `AbstractString`s with text mimes #1114

Closed jakobjpeters closed 2 months ago

jakobjpeters commented 3 months ago

israwtext assumed that an AbstractString with a text MIME was already in the requested format. Instead, only assume this if the string is not otherwise showable. This enables customizing the display of AbstractStrings.

Closes #1113.

stevengj commented 2 months ago

LGTM.