The new architecture-beta diagrams in mermaid can use custom icons, however some javascript needs to be executed in order to register the icons.
See https://mermaid.js.org/config/icons.html
We could add attributes to the mermaid plugin in znai to allow this registration to happen, probably with a series of pairs [name, icon source] example { ['logos', 'https://unpkg.com/@iconify-json/logos@1/icons.json']}
The new
architecture-betadiagrams in mermaid can use custom icons, however some javascript needs to be executed in order to register the icons.See https://mermaid.js.org/config/icons.html
We could add attributes to the mermaid plugin in znai to allow this registration to happen, probably with a series of pairs
[name, icon source]example{ ['logos', 'https://unpkg.com/@iconify-json/logos@1/icons.json']}