Type: Enhancementhelp wanted
倉庫指標
- Star
- (910 star)
- PR 合併指標
- (平均合併 16天 9小時) (30 天內合併 3 個 PR)
描述
I've updated Documenter.jl to v.0.27.5 and for some reason the "# hide" command does not seem to work anymore. I use it to hide plot generation, maybe there's a preferred way of doing that now? I don't see it mentioned anywhere. Here's an example where it fails:
using Plots
p=plot(1:3)
savefig("blah.svg"); nothing # hide
The last line is displayed in the html result and no svg is produced.