Skip to content

Commit

Permalink
bypass svg for :inspectdr
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Jul 11, 2021
1 parent 513bfc1 commit 624fd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PlotDocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ function generate_markdown(pkgname::Symbol; skip = get(Plots._backend_skips, pkg
if i in (2, 31)
write(md, "gif(anim, \"anim_$(pkgname)_ex$i.gif\") # hide\n")
end
if pkgname (:plotly, :plotlyjs)
if pkgname (:plotly, :plotlyjs, :inspectdr)
write(md, "png(\"$(pkgname)_ex$i\") # hide\n")
end
write(md, "```\n")
if pkgname (:plotly, :plotlyjs)
if pkgname (:plotly, :plotlyjs, :inspectdr)
write(md, "![]($(pkgname)_ex$i.png)\n")
end
end
Expand Down

0 comments on commit 624fd41

Please sign in to comment.