-
Notifications
You must be signed in to change notification settings - Fork 49
DashedLine
MeanderingProgrammer edited this page Feb 25, 2025
·
5 revisions
Raw data being used:
# Dashed Line
---
require('render-markdown').setup({
dash = {
enabled = true,
render_modes = false,
icon = '─',
width = 'full',
left_margin = 0,
highlight = 'RenderMarkdownDash',
},
})
require('render-markdown').setup({
dash = { icon = '█' },
})
require('render-markdown').setup({
dash = { width = 15 },
})