fix bad import for mermaidjs (#874)

This commit is contained in:
Pete Jodo 2022-01-16 16:16:08 -05:00 committed by GitHub
parent a4a61ae9b7
commit 384a59e5f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.