1
0

plugin/render-markdown: change header position to inline

This commit is contained in:
Patrick Auernig 2024-09-09 04:39:47 +02:00
parent 7a30a27a7d
commit 510e05e955

View File

@ -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