markdown-preview.nvim
markdown-preview.nvim copied to clipboard
The previewer shows an empty document
May be a duplicate of #482 by now.
Describe the bug
After opening the preview with :MarkdownPreview
or MarkdownPreviewToggle
, an empty preview is shown despite the document being non-empty.
To Reproduce
- Install the latest version of this plugin. (According to a bisect, commit 8d7ce92b introduced this bug)
- Open a non-empty markdown document.
- Open the preview by
:MarkdownPreview
or:MarkdownPreviewToggle
.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
- OS: Arch Linux
- Kernel: Linux 5.18.1-arch1-1 SMP PREEMPT_DYNAMIC Mon, 30 May 2022 17:53:11 +0000 x86_64 GNU/Linux
- Neovim: v0.7.0
Log: Where do I find it?
Same thing is happening to me, did you find a fix? For me it is still happening if I use some of the older commits.
Same thing is happening to me, did you find a fix? For me it is still happening if I use some of the older commits.
No, I did not find a fix unfortunately.
Same here on Archlinux.
And I tried ./app/bin/markdown-preview-linux --path ./app/server.js
in plugin dir and it raised segmentation fault.
~/.vim/plugged/markdown-preview.nvim ‹master*› $ ./app/bin/markdown-preview-linux --path ./app/server.js
[1] 2418941 segmentation fault ./app/bin/markdown-preview-linux --path ./app/server.js