Skip to content

Commit

Permalink
fix latex markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 2, 2024
1 parent 1a78563 commit 9b90311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const Popup = ({ notebook, disable_input }) => {
requestAnimationFrame(() => {
element_focused_before_popup.current = document.activeElement
const el = element_ref.current?.querySelector("a") ?? element_ref.current
console.log("restoring focus to", el)
// console.debug("restoring focus to", el)
el?.focus?.()
})
} else {
Expand Down
1 change: 1 addition & 0 deletions src/packages/Packages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ function update_nbpkg_core(
end


PkgCompat.refresh_registry_cache()
🐧 = !PkgCompat.is_original(notebook.nbpkg_ctx)
should_instantiate_again = !notebook.nbpkg_ctx_instantiated || 🐧

Expand Down
1 change: 1 addition & 0 deletions src/runner/PlutoRunner/src/PlutoRunner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ include("./evaluation/run_expression.jl")
include("./evaluation/deleting globals.jl")


include("./display/LaTeX.jl")
include("./display/format_output.jl")
include("./display/IOContext.jl")
include("./display/syntax error.jl")
Expand Down

0 comments on commit 9b90311

Please sign in to comment.