fonsp / Pluto.jl

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

Detect when MathJax 2 was loaded before Pluto tries to load MathJax 3 #2803

Closed fonsp closed 5 months ago

fonsp commented 5 months ago

Fix https://github.com/fonsp/Pluto.jl/issues/1987#issuecomment-1930864175

github-actions[bot] commented 5 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/fonsp/Pluto.jl", rev="mathjax-2-detection")
  julia> using Pluto