OXY2DEV/markview.nvim

๐Ÿž Bug: problem with the display of code blocks

Neo3477 opened this issue ยท 2 comments

Before reporting:

  • Ensure that the issue is reproducable on the main branch.
  • Ensure that there isn't an issue on this(either open or closed).

Problem:

Hello everyone,

I have a small problem with the display of code blocks. As you can see in the picture, the last line of the selection is shifted to the right. Does anyone have an idea why this could be?

A9A2681D-B4D5-4BAC-8B70-849B124A7B54_4_5005_c

Steps to reproduce the issue:

-there are no other markown plugins
-it is the latest version
-Neovim is version 0.10.2
-all required parsers for tree-sitter are installed

Expected behavior:

codeblock was recreated several times and in obsidian it is rendered correctly

Neovim version:

0.10.2

Check your tree-sitter config as that's handled by tree-sitter and not by this plugin.

Thanks for the tip, I wouldn't have known where to look to fix the error. Now it works ....