1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Fix detection of mermaid objects

This commit is contained in:
Cotes Chung
2020-12-11 02:20:18 +08:00
parent 63f57fbc12
commit 289ce1263d
2 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
theme: initTheme /* <default|dark|forest|neutral> */
};
/* Markdown converts to HTML */
$("pre").has("code.language-mermaid").each(function() {
let svgCode = $(this).children().html();