试图修复md转html显示问题1.1
This commit is contained in:
@@ -26,13 +26,6 @@
|
||||
securityLevel: 'loose',
|
||||
startOnLoad: true
|
||||
});
|
||||
// ***** 修改这里的选择器 *****
|
||||
document.querySelectorAll("pre.mermaid").forEach(item => {
|
||||
observer.observe(item, {
|
||||
attributes: true,
|
||||
attributeFilter: ['data-processed']
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user