File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Pre-release
4
4
5
+ ## 8.3.0 (2025-04-15)
6
+
5
7
### Features
6
8
7
9
- padding character for inline code [ #389 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/389 )
14
16
- ignore option, checked before attaching [ 05e6a6d] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/05e6a6d119f90b99829ecb7eb85428a226c0c05f )
15
17
- on.initial option, called before adding marks for the first time [ #396 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/396 )
16
18
[ 91d40c2] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/91d40c2f37a4373ec29a47fcf3ce656408d302dc )
19
+ - ability to conceal text based on lua patterns [ #397 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/397 )
20
+ [ 51da7d1] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/51da7d186f3f3be0ea00944c827293bc1dc5af8a )
21
+ - better anti-conceal for multi-line decorations [ 8355c85] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/8355c85e4a34c2071fb9c78295aedf877116648b )
17
22
18
23
## 8.2.0 (2025-03-31)
19
24
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.2.12 '
8
+ M .version = ' 8.3.0 '
9
9
10
10
function M .check ()
11
11
M .start (' version' )
You can’t perform that action at this time.
0 commit comments