Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
import "@fortawesome/fontawesome-free/css/fontawesome.css"
import "katex/dist/katex.css"

import zenuml from "@mermaid-js/mermaid-zenuml"
import elkLayouts from "@mermaid-js/layout-elk"

// expose zenuml to the global scope so that puppeteer can see it
globalThis.zenuml = zenuml
// expose elkLayouts to the global scope so that puppeteer can see it
globalThis.elkLayouts = elkLayouts
</script>
</body>
Expand Down
Loading