Thanks for this great plugin. Unfortunately, fenced divs do not work as expected:
- The way they are supported is not consistent with the specification in the pandoc documentation. There, a fenced div that is started with something like
::: Example has to be closed with :::. The plugin currently ignores the closing fence.
- Fenced divs are not visible in reading mode (=preview mode?)
I'd be happy to provide a patch, yet I have not familiar enough with coding Obsidian plugins yet.