You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Rather than handling the entire text of a list item (which includes any
sub lists), handle only the first line. Specifically handle the first
line of text starting from the end of the marker node to the current
cursor column. This allows us to:
- provide completions when editing existing list items: `- |text`
- handle items at any position and nesting level
- avoid adding an extra space after items when unneeded
Generally the behavior is a lot more predictable and more likely to
align with user expectations.
- more anti_conceal.ignore elements [b8c3d47](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/b8c3d474d4da14fa1a5f9a0a18955c6e7db88f65)
9
+
- allow users to disable code block delimiter concealing [7620d4e](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/7620d4e96eb5cf8d12e76c6fcaf1267628564ba9)
0 commit comments