All images hidden entering insert mode, only diagram restored returning to normal mode
cpb opened this issue · 2 comments
cpb commented
Here's a short clip demonstrating the issue I experienced.
- A markdown document including:
 ```mermaid graph LR A --> B ```
- Enter insert mode, observe all images disappear
- Exit insert mode, observe only diagrams reappear
The video replaces the A
with B
bet the result is the same.
diagram-nvim-issue.mov
3rd commented
Hey, thank you for the issue, it should be fixed now!
Non-diagram images won't be cleared by default in insert mode, but you can enable that with image.nvim's clear_in_insert_mode
option on the integrations you use.