Skip to content

Commit

Permalink
oopz
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 20, 2024
1 parent 1c61be4 commit 5de19c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner/PlutoRunner/src/bonds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function create_bond(element, defines::Symbol, cell_id::UUID)
end

function Base.show(io::IO, m::MIME"text/html", bond::Bond)
withtag(io, :bond, :def => bond.defines, :unique_id => bond.unique_id) do
Markdown.withtag(io, :bond, :def => bond.defines, :unique_id => bond.unique_id) do
show(io, m, bond.element)
end
end
Expand Down

0 comments on commit 5de19c7

Please sign in to comment.