latest
This commit is contained in:
@@ -10,6 +10,20 @@ return {
|
||||
config = function()
|
||||
require('render-markdown').setup({
|
||||
render_modes = true,
|
||||
heading = {
|
||||
width = 'block',
|
||||
min_width = 81,
|
||||
},
|
||||
|
||||
indent = {
|
||||
enabled = true,
|
||||
skip_heading = true,
|
||||
},
|
||||
|
||||
sign = {
|
||||
enabled = true,
|
||||
},
|
||||
|
||||
})
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user