Skip to content

DashedLine

MeanderingProgrammer edited this page Aug 8, 2024 · 3 revisions

Dashed Line

Raw data being used:

# Dashed Line

---

Default

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

Custom Icon

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

Fixed Width

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