PISKA1
This commit is contained in:
9
lua/config/render-markdown.lua
Normal file
9
lua/config/render-markdown.lua
Normal file
@ -0,0 +1,9 @@
|
||||
require('render-markdown').setup({
|
||||
heading = {
|
||||
width = 'block',
|
||||
left_pad = 2,
|
||||
right_pad = 4,
|
||||
border = true,
|
||||
border_virtual = true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user