File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 12
12
[ 78a2eb7] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/78a2eb7fc273f36790aa390262f390a3265eedff )
13
13
- log_level off [ #235 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/235 )
14
14
[ 48a52dd] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/48a52dd5c847c59eac6ae5b96ff0123acd1a394d )
15
+ - highlighting in double equals [ d6a82d7] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/d6a82d70765aa238b7ea48d257a1d57a92501423 )
16
+ - heading border per level [ #240 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/discussions/240 )
17
+ [ c83fc56] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/c83fc5694cd19c576af188f5f3313513bf467272 )
18
+ - heading position right [ #238 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/238 )
19
+ [ e1879e0] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/e1879e0ea3d5cee295b48335fc90e76ae8a63081 )
15
20
16
21
### Bug Fixes
17
22
18
23
- padding & margin for code blocks indented with tabs [ #230 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/230 )
19
24
[ d80acb3] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/d80acb3f4ccc88052f65fa0a26e46c106b328bbe )
25
+ - check table rows after parsing [ 7f0143e] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/7f0143e9adf7140c8e3fa33a5bdf193d7a8f0429 )
26
+ - conceal level 2 entities in tables [ 430a671] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/430a671655ac84a63f41cd3e940caebdd0a99434 )
20
27
21
28
## 7.5.0 (2024-11-04)
22
29
Original file line number Diff line number Diff line change 1
- *render-markdown.txt* For 0.10.0 Last change: 2024 November 22
1
+ *render-markdown.txt* For 0.10.0 Last change: 2024 November 25
2
2
3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
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.5.12 '
7
+ M .version = ' 7.5.13 '
8
8
9
9
function M .check ()
10
10
M .start (' version' )
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ function Render:icon()
115
115
else
116
116
local padding = width - Str .width (icon )
117
117
if self .heading .position == ' inline' or padding < 0 then
118
- local added = self .marks :add_over (true , marker , {
118
+ local added = self .marks :add_over (' head_icon ' , marker , {
119
119
virt_text = { { icon , highlight } },
120
120
virt_text_pos = ' inline' ,
121
121
conceal = ' ' ,
You can’t perform that action at this time.
0 commit comments