Skip to content

Commit d8f692d

Browse files
fix: block code rendering with transparent background (#102)
1 parent 35f8bd2 commit d8f692d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/render-markdown/handler/markdown.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function M.render_code(buf, info)
257257
start_col = 0,
258258
opts = {
259259
priority = 0,
260-
hl_mode = 'combine',
260+
hl_mode = 'replace',
261261
virt_text = { { pad, 'Normal' } },
262262
virt_text_win_col = width,
263263
},

0 commit comments

Comments
 (0)