File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
lua/render-markdown/render Expand file tree Collapse file tree 2 files changed +4
-2
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
+ [ #350 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/350 ) [ a53ac54 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/a53ac54cebaad8dff37015d9b4c2d3b8c7d122ae )
14
14
- indent mode icon support [ #343 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/343 )
15
15
[ 21623a9] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/21623a9ded5a5f3d1fbd8626a69c174fbeb0543e )
16
16
[ 33673e6] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/33673e630187669d52ec4f813b84d1d808e4619d )
17
17
- bullet ` left_pad ` & ` right_pad ` support functions [ #349 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/349 )
18
18
[ 98a3b7d] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/98a3b7d3a5befe495f0ab6ca967068f5f1da4421 )
19
+ - bullet ` scope_highlight ` & ` highlight ` function support [ #354 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/354 )
20
+ [ 9e3393b] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/9e3393b2a05fb2347cdc57ee399b910934fa9f83 )
19
21
- use default ` render_modes = true ` (all) for LSP docs [ #326 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/326 )
20
22
[ 17a7746] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/17a77463f945c4b9e4f371c752efd90e3e1bf604 )
21
23
- update troubleshooting doc [ f6c9e18] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/f6c9e1841cf644a258eb037dae587e3cf407d696 )
Original file line number Diff line number Diff line change 135
135
--- @protected
136
136
--- @param width integer
137
137
--- @param highlight ? string | string[]
138
- --- @return render.md.line. Text
138
+ --- @return render.md.Text
139
139
function Base :pad (width , highlight )
140
140
return { Str .pad (width ), highlight or self .config .padding .highlight }
141
141
end
You can’t perform that action at this time.
0 commit comments