File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## Pre-release
44
5+ ## 6.3.0 (2024-08-29)
6+
57### Features
68
9+ - integrate treesitter injections [ #141 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/141 )
10+ [ 5ff9a59] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5ff9a598622422100280769147ad5feff411c6da )
711- email link icon [ 74502e5] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/74502e5d34efa68dde051bcc6bf28db9748922c7 )
812- deterministic custom link order [ #146 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/146 )
913 [ 42dbd09] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/42dbd097d73d8c833f886f35ca3be2065973c628 )
10- - integrate treesitter injections: [ #141 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/141 )
11- [ 5ff9a59] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5ff9a598622422100280769147ad5feff411c6da )
14+ - setext headings [ 27d72d7] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/27d72d75035c0430d671f8295ca53c71c4a04633 )
1215
1316### Bug Fixes
1417
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local M = {}
55
66--- @private
77--- @type string
8- M .version = ' 6.2.12 '
8+ M .version = ' 6.3.0 '
99
1010function M .check ()
1111 vim .health .start (' render-markdown.nvim [version]' )
You can’t perform that action at this time.
0 commit comments