-
Notifications
You must be signed in to change notification settings - Fork 59
Checkboxes
MeanderingProgrammer edited this page Aug 4, 2024
·
10 revisions
Raw data being used:
TODO
require('render-markdown').setup({
checkbox = {
enabled = true,
unchecked = {
icon = ' ',
highlight = 'RenderMarkdownUnchecked',
},
checked = {
icon = ' ',
highlight = 'RenderMarkdownChecked',
},
custom = {
todo = { raw = '[-]', rendered = ' ', highlight = 'RenderMarkdownTodo' },
},
},
})