markdown-preview.nvim
markdown-preview.nvim copied to clipboard
<details> collapses when changes are made.
Describe the bug
If I open up <details>
, it opens like expected. When any change is made, it will collapse.
To Reproduce Steps to reproduce the behavior:
- Open a markdown file. This is the markdown file I used just in case it's needed: readme.md
-
:MarkdownPreviewToggle
- Open up something wrapped in
<details><summary>Details</summary>hidden info goes here</details>
- Make a change
- See error
Expected behavior
<details>
should not automatically close when a change is made.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Lubuntu 20.04 (basically Ubuntu)
- LibreWolf 114.04 (Fork of Firefox)
same here