File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Pre-release
4
4
5
+ ## 7.7.0 (2024-12-07)
6
+
5
7
### Features
6
8
7
9
- footnote text superscript rendering [ #241 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/241 )
13
15
[ 61850bf] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/61850bf7df4af8398e97559a35b62378ba8435b1 )
14
16
- bare URLs in angle brackets [ #244 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/244 )
15
17
[ 401a6c9] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/401a6c9c4cf39e22b8487503dd7dfe37fc7fb064 )
18
+ [ b6b903c] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/b6b903cc09df1441602fc04665fb12cef576a914 )
19
+ - conceal html comments [ #244 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/244 )
20
+ [ 558310a] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/558310ae07b7bf0dffc478160513bb5c845f263c )
21
+ [ 7674543] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/7674543331701d05dc9f878e1fe62d1107dc2f5e )
22
+ - after render callback [ #248 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/248 )
23
+ [ c89e5e0] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/c89e5e0719d07e1e2c0d3942b564ac916b6ffe9c )
24
+ - ordered list auto indexing [ #250 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/250 )
25
+ [ a7097f3] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/a7097f372ba8f8866cda5e98d5bc828f2856c96c )
26
+ [ #254 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/254 )
27
+ [ 4ac2804] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/4ac28048b492d351b70ded7b58d3f1a816e6c0a2 )
16
28
17
29
### Bug Fixes
18
30
19
31
- highlight index width calculation [ #212 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/212 )
20
32
[ 3a319cd] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/3a319cdbefebf0079a7012dab6b1bfc18ca5b97f )
21
33
34
+ ### Awesome Things
35
+
36
+ - fzf-lua integration [ #1546 ] ( https://github.com/ibhagwan/fzf-lua/discussions/1546 )
37
+ [ da70762] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/da707623447752ca8eb00b7606b8ffe7dac18ce0 )
38
+
22
39
## 7.6.0 (2024-11-25)
23
40
24
41
### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ local state = require('render-markdown.state')
4
4
local M = {}
5
5
6
6
--- @private
7
- M .version = ' 7.6.13 '
7
+ M .version = ' 7.7.0 '
8
8
9
9
function M .check ()
10
10
M .start (' version' )
You can’t perform that action at this time.
0 commit comments