File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
33## Pre-release  
44
5+ ## 7.7.0 (2024-12-07)  
6+ 
57### Features  
68
79-  footnote text superscript rendering [ #241  ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/241 ) 
1315  [ 61850bf] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/61850bf7df4af8398e97559a35b62378ba8435b1 ) 
1416-  bare URLs in angle brackets [ #244  ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/244 ) 
1517  [ 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 ) 
1628
1729### Bug Fixes  
1830
1931-  highlight index width calculation [ #212  ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/212 ) 
2032  [ 3a319cd] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/3a319cdbefebf0079a7012dab6b1bfc18ca5b97f ) 
2133
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+ 
2239## 7.6.0 (2024-11-25)  
2340
2441### Features  
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ local state = require('render-markdown.state')
44local  M  =  {}
55
66--- @private 
7- M .version  =  ' 7.6.13 ' 
7+ M .version  =  ' 7.7.0 ' 
88
99function  M .check ()
1010    M .start (' version'  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments