markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

The previewer shows an empty document

Open f1rstlady opened this issue 2 years ago • 3 comments

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

  1. Install the latest version of this plugin. (According to a bisect, commit 8d7ce92b introduced this bug)
  2. Open a non-empty markdown document.
  3. Open the preview by :MarkdownPreview or :MarkdownPreviewToggle.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots 20220603-122718

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?

f1rstlady avatar Jun 03 '22 10:06 f1rstlady

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.

pgosar avatar Jun 12 '22 23:06 pgosar

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.

f1rstlady avatar Jun 13 '22 09:06 f1rstlady

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            

Karmenzind avatar Aug 31 '22 08:08 Karmenzind