Skip to content

Commit 7cfe1cf

Browse files
Update checked checkbox icon to nf-md version, nearly identical
1 parent b556210 commit 7cfe1cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ require('render-markdown').setup({
142142
-- Character that will replace the [ ] in unchecked checkboxes
143143
unchecked = '󰄱 ',
144144
-- Character that will replace the [x] in checked checkboxes
145-
checked = ' ',
145+
checked = '󰱒 ',
146146
},
147147
-- Character that will replace the > at the start of block quotes
148148
quote = '',

doc/render-markdown.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ modified by the user.
178178
-- Character that will replace the [ ] in unchecked checkboxes
179179
unchecked = '󰄱 ',
180180
-- Character that will replace the [x] in checked checkboxes
181-
checked = ' ',
181+
checked = '󰱒 ',
182182
},
183183
-- Character that will replace the > at the start of block quotes
184184
quote = '┃',

lua/render-markdown/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ M.default_config = {
133133
-- Character that will replace the [ ] in unchecked checkboxes
134134
unchecked = '󰄱 ',
135135
-- Character that will replace the [x] in checked checkboxes
136-
checked = ' ',
136+
checked = '󰱒 ',
137137
},
138138
-- Character that will replace the > at the start of block quotes
139139
quote = '',

tests/init_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ async_tests.describe('init', function()
320320
{
321321
row = { 3, 3 },
322322
col = { 2, 5 },
323-
virt_text = { { ' ', '@markup.heading' } },
323+
virt_text = { { ' 󰱒 ', '@markup.heading' } },
324324
virt_text_pos = 'overlay',
325325
},
326326
})

0 commit comments

Comments
 (0)