Skip to content

Commit

Permalink
fix embed_display error
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Aug 23, 2023
1 parent d77ae36 commit a29df18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extended_toc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ $x
</script>
""")
show_output_when_hidden(x) = isdefined(Main, :PlutoRunner) ?
show_output_when_hidden(@htl("$(embed_display(x))")) : error("You can't call
show_output_when_hidden(@htl("$(Main.PlutoRunner.embed_display(x))")) : error("You can't call
this function outside Pluto")
end

Expand Down

0 comments on commit a29df18

Please sign in to comment.