File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Pre-release
4
4
5
+ ### Features
6
+
7
+ - handle arbitrary block quote nesting nicely [ #404 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/404 )
8
+ [ 7f75b16] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/7f75b162dbe1e1b9daf1b1201b97a93481169614 )
9
+ - support function for paragraph.left_margin [ #401 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/401 )
10
+ [ dfc1299] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/dfc1299d9f32b53b34b7ac6c3a7553b5fd29977f )
11
+
12
+ ### Bug Fixes
13
+
14
+ - more robust icon provider resolution [ #403 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/403 )
15
+ [ dfffdd2] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/dfffdd221570d36ac80d1a599643140a319a36de )
16
+
5
17
## 8.3.0 (2025-04-15)
6
18
7
19
### Features
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ describe('quote', function()
17
17
' > Important' ,
18
18
' > > > New' ,
19
19
})
20
+
20
21
local marks , row = util .marks (), util .row ()
21
22
22
23
local hint = ' RmHint'
You can’t perform that action at this time.
0 commit comments