Generated Index: Issues with Path on Windows
## Expected Behavior The "Generated Index" path displays the source path of the deck correctly. ## Observed Behavior The generated index page presents a disfigured source path, possibly an issue with forward/backward slashes? `D:\Users\ank13dx\Dokumente\research\2020-06-19-interactive-massive-simulations\slides` is transformed into `D:13dx\2020-06-19-interactive-massive-simulations`. ![Disfigured deck path on Generated Index page](/uploads/d34c2e9c7dad4a372cadd8795e6ed349/Unbenannt.PNG) ## Console Output (for reference) ```powershell PS D:\Users\ank13dx\Dokumente\research\2020-06-19-interactive-massive-simulations\slides> decker server WARNING: You are running a development build of decker (version: 0.10.0, branch: HEAD, commit: 2256e958fa7f8c1a48642423cbaae89fdd39daca, tag: undefined). Please be sure that you know what you're doing. # pandoc (for D:/Users/ank13dx/Dokumente/research/2020-06-19-interactive-massive-simulations/slides/public/index.html) # copy support files from: DeckerExecutable # pandoc (for D:/Users/ank13dx/Dokumente/research/2020-06-19-interactive-massive-simulations/slides/public/example-handout.html) # pandoc (for D:/Users/ank13dx/Dokumente/research/2020-06-19-interactive-massive-simulations/slides/public/example-page.html) # pandoc (for D:/Users/ank13dx/Dokumente/research/2020-06-19-interactive-massive-simulations/slides/public/example-deck.html) Build completed in 1.40s Listening on http://0.0.0.0:8888 ```
issue