plugin/render-markdown: change header position to inline
This commit is contained in:
parent
7a30a27a7d
commit
510e05e955
@ -15,7 +15,8 @@ spec.config = function()
|
||||
render_md.setup({
|
||||
heading = {
|
||||
-- Disable the background for heading lines
|
||||
backgrounds = { "RenderMarkdownHdNoBg" }
|
||||
backgrounds = { "RenderMarkdownHdNoBg" },
|
||||
position = "inline",
|
||||
},
|
||||
|
||||
-- just extra clutter
|
||||
|
Loading…
Reference in New Issue
Block a user