mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-10 05:36:15 +08:00
fix bad import for mermaidjs (#874)
This commit is contained in:
parent
a4a61ae9b7
commit
384a59e5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue