markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

[Feature Request] Setting stylesheet from file

Open JMans15 opened this issue 2 years ago • 0 comments

There's already the option vim.g.mkdp_markdown_css to set custom css stylesheets globally but it would be really convenient to be able to set it for each file separately.

I already tried

<link rel="stylesheet" href="path">

in vain (I'm not familiar with how markdown servers work internally)

The themes I set via vim.g.mkdp_markdown_css also tend to be altered somehow (no background behind code blocks...)

JMans15 avatar May 09 '23 22:05 JMans15