xyhp915 / logseq-fenced-code-plus

A Logseq plugin for missing types of fenced code 🚀
MIT License
107 stars 17 forks source link

chore: upgrade mermaid.js from v10.2.3 to v10.7.0 #39

Closed Bad3r closed 9 months ago

Bad3r commented 10 months ago

Changelog: https://github.com/mermaid-js/mermaid/releases

added support for new diagrams such as sankey-beta requested on Discord. Example:

sankey-beta

%% source,target,value
Electricity grid,Over generation / exports,104.453
Electricity grid,Heating and cooling - homes,113.726
Electricity grid,H2 conversion,27.14

image

Also closes #35

Bad3r commented 10 months ago

@xyhp915 note that I have added back the .map file I removed in the latest update (https://github.com/xyhp915/logseq-fenced-code-plus/pull/27#issuecomment-1611181495)

The file is now being served again, and even though my knowledge in JS is lacking, it seems like it might be useful to have when errors occur.