fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
5k stars 296 forks source link

docs: use JuliaMono #3057

Closed Pangoraw closed 3 weeks ago

Pangoraw commented 3 weeks ago

documenter has since switch to JuliaMono for code blocks.

https://github.com/JuliaDocs/Documenter.jl/blob/a0257f939c2be20c7a68ecc02c4ada8210f29495/assets/html/scss/documenter-dark.scss#L18

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="docs-julia-mono")
julia> using Pluto