8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
if (theme.plugins.mermaid.enable === true) {
|
|
try {
|
|
swup.hooks.on("page:view", () => {
|
|
mermaid.initialize();
|
|
});
|
|
} catch (e) {}
|
|
}
|