yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

Styles settings not working as expected with HTML #213

Open nirav2000 opened 4 years ago

nirav2000 commented 4 years ago

Entering style.css as location in the local Styles settings field does not convert path correctly. image

I want to achieve: <link rel="stylesheet" href="style.css" type="text/css">

Style Settings \\style.css converts to href file://style.css/ image

style.css converts to file://c%3A/users..../style.css

How do I achieve href="style.css" in the markdown converted to html file?