You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think there's an option in path library that enforces consistent path separator. Perhaps we may have to write a wrapper over the functions we use to replace \ with /?
This will also make the file compare process easier/less prone to bugs.
A similar problem was encountered with the implementation of #475serve --one-page, which was solved by adding the function ensurePosixPath (d86153c) to replace \ with /. We could use that to resolve this as well.
Tell us about your environment
What did you do? Please include the actual source code causing the issue.
Repeat the steps on 2 different platforms (Windows vs Mac/Linux):
markbind init
markbind build
index.html
.What did you expect to happen?
The file paths generated should use a consistent slash (i.e.
/
), regardless of the OS that the author is running.What actually happened? Please include the actual, raw output.
\
./
.The text was updated successfully, but these errors were encountered: