File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 10
10
[ 6d446de] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/6d446de33937633bc2104f45c943f4fae632b822 )
11
11
- ` autocommand ` events and wiki link ` body ` customization [ #228 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/discussions/228 )
12
12
[ #345 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/345 ) [ 0df6719] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/0df6719abc3b547bc5b7111a750d8d7e035a7234 )
13
+ [ #350 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/350 )
13
14
- indent mode icon support [ #343 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/343 )
14
15
[ 21623a9] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/21623a9ded5a5f3d1fbd8626a69c174fbeb0543e )
16
+ [ 33673e6] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/33673e630187669d52ec4f813b84d1d808e4619d )
17
+ - bullet ` left_pad ` & ` right_pad ` support functions [ #349 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/349 )
18
+ [ 98a3b7d] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/98a3b7d3a5befe495f0ab6ca967068f5f1da4421 )
15
19
- use default ` render_modes = true ` (all) for LSP docs [ #326 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/326 )
16
20
[ 17a7746] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/17a77463f945c4b9e4f371c752efd90e3e1bf604 )
17
21
- update troubleshooting doc [ f6c9e18] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/f6c9e1841cf644a258eb037dae587e3cf407d696 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local state = require('render-markdown.state')
5
5
local M = {}
6
6
7
7
--- @private
8
- M .version = ' 8.0.11 '
8
+ M .version = ' 8.0.12 '
9
9
10
10
function M .check ()
11
11
M .start (' version' )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ def is_optional(self, field: str) -> bool:
27
27
class_to_optional : dict [str , list [str ]] = {
28
28
"Handler" : ["extends" ],
29
29
"HeadingCustom" : ["icon" , "background" , "foreground" ],
30
+ "LinkContext" : ["alias" ],
30
31
"UserCode" : ["highlight_language" ],
31
32
"UserCustomCheckbox" : ["scope_highlight" ],
32
33
"UserCheckboxComponent" : ["scope_highlight" ],
You can’t perform that action at this time.
0 commit comments