webappdevelp/hexo-filter-mermaid-diagrams

It's not working on hexo ?

Jiangluyu opened this issue · 0 comments

I've followed the steps, and after that, I was able to see the code after hexo generate

<script src="https://unpkg.com/mermaid@7.1.2/dist/mermaid.min.js"></script>
<script>
if (window.mermaid) {
  mermaid.initialize({theme: 'forest'});
}
</script>

but in localhost I could not see the graph correctly...
I was wondering if this plugin is still working?