We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2a82f commit f9aea33Copy full SHA for f9aea33
src/inline.jl
@@ -57,6 +57,7 @@ _display_dict(m::MIME, m_str, x) = Dict(m_str=>limitstringmime(m, x))
57
for mime in ipy_mime_json
58
@eval begin
59
_display_dict(m::MIME{Symbol($mime)}, m_str, x) = Dict(m_str=>JSON.JSONText(limitstringmime(m, x)))
60
+ Base.Multimedia.istextmime(::MIME{Symbol($mime)}) = true
61
end
62
63
0 commit comments