-
Notifications
You must be signed in to change notification settings - Fork 61
CodeBlocks
MeanderingProgrammer edited this page Aug 4, 2024
·
12 revisions
Raw data being used:
TODO
require('render-markdown').setup({
code = {
enabled = true,
sign = true,
style = 'full',
position = 'left',
disable_background = { 'diff' },
left_pad = 0,
right_pad = 0,
width = 'full',
border = 'thin',
above = '▄',
below = '▀',
highlight = 'RenderMarkdownCode',
highlight_inline = 'RenderMarkdownCodeInline',
},
})