fonsp / Pluto.jl

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

Add css for `<details>` / `<summary>` #2814

Closed genericallyterrible closed 7 months ago

genericallyterrible commented 7 months ago

Follow-up from: https://github.com/JuliaPluto/PlutoUI.jl/pull/288#pullrequestreview-1880829370

github-actions[bot] commented 7 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/genericallyterrible/Pluto.jl", rev="details-css")
  julia> using Pluto
fonsp commented 7 months ago