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 2e25068 commit 0fc22c0Copy full SHA for 0fc22c0
src/display.jl
@@ -16,7 +16,7 @@ end
16
function Base.show(io::IO, mm::MIME"text/html", p::SyncPlot)
17
# if we are rendering docs -- short circuit and display html
18
if get_renderer() == DOCS
19
- return show(io, mm, p.plot, full_html=false, include_plotlyjs="require-loaded", include_mathjax=false)
+ return show(io, mm, p.plot, full_html=false, include_plotlyjs="require-loaded", include_mathjax=missing)
20
end
21
show(io, mm, p.scope)
22
0 commit comments