Open nirav2000 opened 4 years ago
Entering style.css as location in the local Styles settings field does not convert path correctly.
style.css
I want to achieve: <link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
Style Settings \\style.css converts to href file://style.css/
\\style.css
file://style.css/
style.css converts to file://c%3A/users..../style.css
file://c%3A/users..../style.css
How do I achieve href="style.css" in the markdown converted to html file?
href="style.css"
Entering
style.css
as location in the local Styles settings field does not convert path correctly.I want to achieve:
<link rel="stylesheet" href="style.css" type="text/css">
Style Settings
\\style.css
converts to hreffile://style.css/
style.css
converts tofile://c%3A/users..../style.css
How do I achieve
href="style.css"
in the markdown converted to html file?