vim-markdown-preview icon indicating copy to clipboard operation
vim-markdown-preview copied to clipboard

Relative Path to CSS file unrecognized

Open sibinpthomas opened this issue 11 years ago • 2 comments

When the CSS header specifies an absolute path the generated HTML preview takes this CSS file into cognizance. However when the path mentioned is relative the CSS file is ignored.

This works: CSS: c:\sample_dir\sample.css

This doesn't work: CSS: .\sample.css

sibinpthomas avatar Jun 11 '14 11:06 sibinpthomas

FYI - https://github.com/fletcher/MultiMarkdown/issues/47

sibinpthomas avatar Jun 11 '14 11:06 sibinpthomas

See comments on https://github.com/fletcher/MultiMarkdown/issues/47.

fletcher avatar Jun 11 '14 14:06 fletcher