You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the appearance of the generated Markdown file depends on when the evaluation occurs. As we were already generating the Markdown output locally with cell evaluation enabled, Documenter renders it using a single color. However, if we generate the Markdown so that Documenter evaluates the cells, different colors are used.
I agree that having two colors is better, but making Documenter evaluate the tutorials every time is inefficient—especially for temporal ones(perhaps a better solution would be to create lighter temporal tutorials)
There is already an open issue fredrikekre/Literate.jl#178 on Literate and also Documenter, but it doesn’t seem to be receiving attention.
In tutorials like
https://juliagraphs.org/GraphNeuralNetworks.jl/docs/GraphNeuralNetworks.jl/dev/tutorials/gnn_intro/
the input code and the output both have a grey background and are not distinguishable.
Normally the output would have a white background instead, see
https://fredrikekre.github.io/Literate.jl/v2/generated/example/
I have no clue why this happens, we are not using any custom style in Documeter.
cc @aurorarossi
The text was updated successfully, but these errors were encountered: