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 22
33## Pre-release
44
5+ ## 8.8.0 (2025-09-09)
6+
57### Features
68
79- yaml render list item bullet points [ #496 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/496 )
1416 [ b7dad79] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/b7dad793f4750b7e95884c0db374b917898a979b )
1517- allow nested markdown to be skipped [ #510 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/510 )
1618 [ 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 )
1721
1822### Bug Fixes
1923
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
22
33==============================================================================
44Table 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')
55local M = {}
66
77--- @private
8- M .version = ' 8.7.16 '
8+ M .version = ' 8.8.0 '
99
1010function M .check ()
1111 M .start (' versions' )
You can’t perform that action at this time.
0 commit comments