Skip to content

Commit 0d3bf2b

Browse files
chore: update changelog
1 parent 7f75b16 commit 0d3bf2b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Pre-release
44

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+
517
## 8.3.0 (2025-04-15)
618

719
### Features

tests/quote_spec.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ describe('quote', function()
1717
'> Important',
1818
'> > > New',
1919
})
20+
2021
local marks, row = util.marks(), util.row()
2122

2223
local hint = 'RmHint'

0 commit comments

Comments
 (0)