Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe authored and Vanessa219 committed Apr 27, 2021
1 parent b7778a1 commit 8385f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/markdown/highlightRender.ts
Expand Up @@ -36,7 +36,7 @@ export const highlightRender = (hljsOption?: IHljs, element: HTMLElement | Docum
return;
}

if (block.classList.contains("language-mermaid") || block.classList.contains("language-flowchat") ||
if (block.classList.contains("language-mermaid") || block.classList.contains("language-flowchart") ||
block.classList.contains("language-echarts") || block.classList.contains("language-mindmap") ||
block.classList.contains("language-plantuml") ||
block.classList.contains("language-abc") || block.classList.contains("language-graphviz") ||
Expand Down

0 comments on commit 8385f7b

Please sign in to comment.