Skip to content
MeanderingProgrammer edited this page Aug 8, 2024 · 11 revisions

Links

Raw data being used:

TODO

Default

require('render-markdown').setup({
    link = {
        enabled = true,
        image = '󰥶 ',
        hyperlink = '󰌹 ',
        highlight = 'RenderMarkdownLink',
        custom = {
            web = { pattern = '^http[s]?://', icon = '󰖟 ', highlight = 'RenderMarkdownLink' },
        },
    },
})
Clone this wiki locally