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

Prefer to show AbstractStrings with text mimes #1114

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Prefer to show AbstractStrings with text mimes #1114

merged 1 commit into from
Jun 26, 2024

Conversation

jakobjpeters
Copy link
Contributor

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.

`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
`AbstractString`s.
@stevengj stevengj merged commit c8f9bff into JuliaLang:master Jun 26, 2024
6 of 22 checks passed
@stevengj
Copy link
Member

LGTM.

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.

Broken display of AbstractStrings when preferred MIME type istextmime
2 participants