From cfe8ab5a206cf5dbae6a095c49d66825c8945060 Mon Sep 17 00:00:00 2001 From: John Merkel Date: Thu, 15 Feb 2024 10:39:19 -0800 Subject: [PATCH] Remove `
` / `` css Follow-up from: https://github.com/JuliaPluto/PlutoUI.jl/pull/288#pullrequestreview-1880829370 Pending: https://github.com/fonsp/Pluto.jl/pull/2814 --- src/Details.jl | 58 +------------------------------------------------- 1 file changed, 1 insertion(+), 57 deletions(-) diff --git a/src/Details.jl b/src/Details.jl index 6eab072..048e07c 100644 --- a/src/Details.jl +++ b/src/Details.jl @@ -34,60 +34,6 @@ using HypertextLiteral const testslider = html"" ╠═╡ =# -# ╔═╡ 13e81634-3b72-4b1d-a89b-36d184698d21 -const details_css = @htl(""" - -""") - # ╔═╡ df840588-23bd-4b03-b5ab-ef273052d198 const Iterable = Union{AbstractVector, Tuple, Base.Generator} @@ -106,7 +52,6 @@ begin end)
- $(details_css) """) end @@ -185,7 +130,7 @@ begin - Build **volcanic lair** 🌋 """, @htl("

Fantastic!

"), - ["Cat", "Laser (Pointer) ", "Volcano"], + ["Cat", "Laser (Pointer)", "Volcano"], Dict( :cat => "Fluffy", :laser => "Pointy", @@ -259,6 +204,5 @@ export details # ╠═a5663932-9a19-4d6d-9b20-d6fefac8cf9d # ╠═cd2bcfa2-5759-40d6-9358-3e7e605c5bc2 # ╠═5d28fa36-49dc-4d0f-a1c3-3fc2a5efdd0a -# ╠═13e81634-3b72-4b1d-a89b-36d184698d21 # ╟─df840588-23bd-4b03-b5ab-ef273052d198 # ╠═46521e2b-ea06-491a-9842-13dff7dc8299