Enable show mechanism, regardless of Juno/IJulia
This commit is contained in:
parent
184206946b
commit
c5d64f5d76
@ -1505,7 +1505,7 @@ end
|
|||||||
# ╰───────────────────────────────────────────────────────────────────╯
|
# ╰───────────────────────────────────────────────────────────────────╯
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
function internal_show(io::IO, mime::Type{T}, gp::SessionID) where T <: MIME
|
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)
|
if mime in keys(options.mime)
|
||||||
term = strip(options.mime[mime])
|
term = strip(options.mime[mime])
|
||||||
if term != ""
|
if term != ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user