Skip to content

DashedLine

MeanderingProgrammer edited this page Feb 25, 2025 · 5 revisions

Dashed Line

Raw data being used:

# Dashed Line

---

Default

require('render-markdown').setup({
    dash = {
        enabled = true,
        render_modes = false,
        icon = '',
        width = 'full',
        left_margin = 0,
        highlight = 'RenderMarkdownDash',
    },
})

Icon

require('render-markdown').setup({
    dash = { icon = '' },
})

Width

require('render-markdown').setup({
    dash = { width = 15 },
})
Clone this wiki locally