sinedied / hads

:books: Markdown superpowered documentation for Node.js
MIT License
167 stars 28 forks source link

Antislashed paths #68

Open Lcfvs opened 2 years ago

Lcfvs commented 2 years ago

Hi again,

There is some antislash problems on:

(Probably due to unfixed Windows paths)

Lcfvs commented 2 years ago

str.split(path.sep).join(path.posix.sep)

sinedied commented 2 years ago

Hi, sorry for the response delay!

Could you be a but more specific with the issue you're having?

This would help me fix this quicker, especially as I don't have a Windows machine at hand at the moment.