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 22
33## Pre-release
44
5+ ## 8.3.0 (2025-04-15)
6+
57### Features
68
79- padding character for inline code [ #389 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/389 )
1416- ignore option, checked before attaching [ 05e6a6d] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/05e6a6d119f90b99829ecb7eb85428a226c0c05f )
1517- on.initial option, called before adding marks for the first time [ #396 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/396 )
1618 [ 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 )
1722
1823## 8.2.0 (2025-03-31)
1924
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.2.12 '
8+ M .version = ' 8.3.0 '
99
1010function M .check ()
1111 M .start (' version' )
You can’t perform that action at this time.
0 commit comments