Files
neovim/runtime/lua/vim
Justin M. Keyes 317c5ddda6 fix(lsp): incorrect rendering of markdown codeblock #40861
Problem:
LSP hover erroneously drops blank lines before a 4-space-indented
codeblock, which is not valid Markdown. This causes incorrect parsing
and wrong display.

Solution:
Fix `split_lines` so that it doesn't drop the blank line just before
a 4-space-indented codeblock.

fix https://github.com/neovim/neovim/issues/40860
2026-07-20 10:03:11 -04:00
..
2026-07-20 09:53:06 -04:00
2026-07-08 07:16:29 -04:00
2026-06-08 16:12:14 -04:00
2026-01-09 10:07:15 +01:00
2026-07-20 09:53:06 -04:00
2026-05-30 12:57:24 +02:00
2026-07-13 19:44:15 +02:00
2026-05-30 12:57:24 +02:00
2026-07-13 19:44:15 +02:00