Enable show mechanism, regardless of Juno/IJulia

This commit is contained in:
Giorgio Calderone 2020-04-22 20:00:51 +02:00
parent 184206946b
commit c5d64f5d76

View File

@ -1505,7 +1505,7 @@ end
# ╰───────────────────────────────────────────────────────────────────╯
# --------------------------------------------------------------------
function internal_show(io::IO, mime::Type{T}, gp::SessionID) where T <: MIME
if gp.dump && enableExportThroughShow()
if gp.dump
if mime in keys(options.mime)
term = strip(options.mime[mime])
if term != ""