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({
|
render_md.setup({
|
||||||
heading = {
|
heading = {
|
||||||
-- Disable the background for heading lines
|
-- Disable the background for heading lines
|
||||||
backgrounds = { "RenderMarkdownHdNoBg" }
|
backgrounds = { "RenderMarkdownHdNoBg" },
|
||||||
|
position = "inline",
|
||||||
},
|
},
|
||||||
|
|
||||||
-- just extra clutter
|
-- just extra clutter
|
||||||
|
Loading…
Reference in New Issue
Block a user