From 384a59e5f08504de78ec688e0ea71e00ed0fb328 Mon Sep 17 00:00:00 2001 From: Pete Jodo Date: Sun, 16 Jan 2022 16:16:08 -0500 Subject: [PATCH] fix bad import for mermaidjs (#874) --- assets/js/cell/markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/cell/markdown.js b/assets/js/cell/markdown.js index bb8c78dbd..7e79008b4 100644 --- a/assets/js/cell/markdown.js +++ b/assets/js/cell/markdown.js @@ -16,7 +16,7 @@ import { toText } from "hast-util-to-text"; import { removePosition } from "unist-util-remove-position"; import { highlight } from "./live_editor/monaco"; -import { renderMermaid } from "../mermaid"; +import { renderMermaid } from "./markdown/mermaid"; /** * Renders markdown content in the given container.