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
feat: allow anti-conceal margin to be specified and modified with user commands
## Details
Adds anti_conceal.above and anti_conceal.below which function as a
margin to disable marks added by this plugin when moving cursor.
Useful to see more context, more useful in certain files than others.
Added 2 new subcommands to RenderMarkdown, expand & contract.
These increment and decrement the margin values making sure to never go
below 0.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Pre-release
4
4
5
+
### Features
6
+
7
+
- handle imperfectly spaced tables using max width [166a254](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/166a254aaf5b4333fe015a29a66ad99c276538ea)
0 commit comments