We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
on_yank
1 parent da6a7b2 commit 0556144Copy full SHA for 0556144
1 file changed
lua/render-markdown/settings.lua
@@ -512,7 +512,7 @@ M.code.default = {
512
-- Padding to add to the left & right of inline code.
513
inline_pad = 0,
514
-- Priority to assign to code background highlight.
515
- priority = nil,
+ priority = 140,
516
-- Highlight for code blocks.
517
highlight = 'RenderMarkdownCode',
518
-- Highlight for code info section, after the language.
0 commit comments