File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1010 [ 6d446de] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/6d446de33937633bc2104f45c943f4fae632b822 )
1111- ` autocommand ` events and wiki link ` body ` customization [ #228 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/discussions/228 )
1212 [ #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 )
1314- indent mode icon support [ #343 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/343 )
1415 [ 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 )
1519- use default ` render_modes = true ` (all) for LSP docs [ #326 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/326 )
1620 [ 17a7746] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/17a77463f945c4b9e4f371c752efd90e3e1bf604 )
1721- 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')
55local M = {}
66
77--- @private
8- M .version = ' 8.0.11 '
8+ M .version = ' 8.0.12 '
99
1010function M .check ()
1111 M .start (' version' )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ def is_optional(self, field: str) -> bool:
2727 class_to_optional : dict [str , list [str ]] = {
2828 "Handler" : ["extends" ],
2929 "HeadingCustom" : ["icon" , "background" , "foreground" ],
30+ "LinkContext" : ["alias" ],
3031 "UserCode" : ["highlight_language" ],
3132 "UserCustomCheckbox" : ["scope_highlight" ],
3233 "UserCheckboxComponent" : ["scope_highlight" ],
You can’t perform that action at this time.
0 commit comments