OXY2DEV / markview.nvim

An experimental markdown previewer for Neovim
Apache License 2.0
603 stars 23 forks source link

Single line with a title renders twice #21

Closed kdheepak closed 3 days ago

kdheepak commented 6 days ago

Thanks for making this plugin!

Opening a line with just one line makes the rendering weird.

  1. Create a file test.md with the following content:
# hello world
  1. Open the file with this plugin loaded:
image
OXY2DEV commented 6 days ago

What's your conceallevel?

Check via :setlocal conceallevel?

kdheepak commented 6 days ago

conceallevel = 2

OXY2DEV commented 6 days ago

What's your config table look like(if you are using any)?

I can't seem to reproduce your issue on my machine.

kdheepak commented 6 days ago

Hmm, I don't use any config for this plugin. I guess it's something else? I'll look into my config and get back to you.

kdheepak commented 3 days ago

I'm closing since it seems to be something with my config.