swaroopch / vim-markdown-preview

Select Markdown text, render to HTML and preview in browser
15 stars 4 forks source link

Relative Path to CSS file unrecognized #6

Open sibinpthomas opened 10 years ago

sibinpthomas commented 10 years ago

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 commented 10 years ago

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

fletcher commented 10 years ago

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