This commit is contained in:
2025-02-28 01:39:45 +03:00
commit 9b2d3b3b2c
20 changed files with 613 additions and 0 deletions

View File

@ -0,0 +1,9 @@
require('render-markdown').setup({
heading = {
width = 'block',
left_pad = 2,
right_pad = 4,
border = true,
border_virtual = true,
},
})