-
Notifications
You must be signed in to change notification settings - Fork 44
DashedLine
MeanderingProgrammer edited this page Aug 8, 2024
·
3 revisions
Raw data being used:
# Dashed Line
---
require('render-markdown').setup({
dash = {
enabled = true,
icon = '─',
width = 'full',
highlight = 'RenderMarkdownDash',
},
})
require('render-markdown').setup({
dash = { icon = '█' },
})
require('render-markdown').setup({
dash = { width = 15 },
})