File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Pre-release
4
4
5
+ ## 8.8.0 (2025-09-09)
6
+
5
7
### Features
6
8
7
9
- yaml render list item bullet points [ #496 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/496 )
14
16
[ b7dad79] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/b7dad793f4750b7e95884c0db374b917898a979b )
15
17
- allow nested markdown to be skipped [ #510 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/510 )
16
18
[ c203eae] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/c203eae127bd3397985408038f4d74fc952532e2 )
19
+ - scope and autolink highlights conflict [ #518 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/518 )
20
+ [ 7fd9116] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/7fd911692e5bc705c5487ae1c390d0b6d9738d87 )
17
21
18
22
### Bug Fixes
19
23
Original file line number Diff line number Diff line change 1
- *render-markdown.txt* For NVIM v0.11.4 Last change: 2025 September 08
1
+ *render-markdown.txt* For NVIM v0.11.4 Last change: 2025 September 09
2
2
3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local state = require('render-markdown.state')
5
5
local M = {}
6
6
7
7
--- @private
8
- M .version = ' 8.7.16 '
8
+ M .version = ' 8.8.0 '
9
9
10
10
function M .check ()
11
11
M .start (' versions' )
You can’t perform that action at this time.
0 commit comments