๐ Bug: problem with the display of code blocks
Neo3477 opened this issue ยท 2 comments
Neo3477 commented
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?
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
OXY2DEV commented
Check your tree-sitter config as that's handled by tree-sitter and not by this plugin.
Neo3477 commented
Thanks for the tip, I wouldn't have known where to look to fix the error. Now it works ....