fralau / mkdocs-mermaid2-plugin

A Mermaid graphs plugin for mkdocs
https://mkdocs-mermaid2.readthedocs.io
MIT License
203 stars 25 forks source link

README: Fix snippet for dark mode switching #46

Closed patrislav1 closed 2 years ago

patrislav1 commented 2 years ago

The hardcoded localStorage key does not work when the page is read through file:// - in that case the key is prefixed with the full file path (see index.ts and base.html). To find the proper key, we also have to use the prefix function here.