flobilosaurus / vscode-asciidoc-slides

Visual Studio Code extension to create reveal.js slides via asciidoc
MIT License
26 stars 10 forks source link

exported html includes broken paths on windows #8

Closed flobilosaurus closed 4 years ago

flobilosaurus commented 4 years ago

When slides are exported on windows machines, some path in resulting html file are broken, which leads to non-resolvable dependencies like notes.js, paper.js ...

Because it appears to only happen on windows machines, root of the problem may be the path seperator (backslash) and its encoding?