fonsp / Pluto.jl

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

Fix safe preview in ExperimentalLayout and embed_display #2689

Closed fonsp closed 10 months ago

fonsp commented 10 months ago

The "Safe preview" was always enabled for content embedded using ExperimentalLayout. This fixes it

github-actions[bot] commented 10 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="fix-safe-preview-in-ExperimentalLayout")
  julia> using Pluto