JuliaDocs/Documenter.jl

# hide not working anymore

Open

#1690 aperta il 1 set 2021

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Julia (513 fork)batch import
Type: Enhancementhelp wanted

Metriche repository

Star
 (910 star)
Metriche merge PR
 (Merge medio 16g 9h) (3 PR mergiate in 30 g)

Descrizione

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.

Guida contributor