-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird bug on windows computer #29
Comments
Hi @mika-long! Are you experiencing any actual problems with the output? Paths on Windows are separated by |
Hmm I see! Thanks for the speedy response! I'm still a bit confused about the bug I'm experiencing. If I then examine the generated If I change I should note that I tried to debug this on my own by running |
If you're getting " Can I also confirm: are you seeing this error when you run Re. the second part of your post: if you inspect I can't speak to what |
The path separator |
@mika-long I've pushed a tentative fix: if you could delete the following:
Then try installing the fix by running:
And finally run |
Wow! Thanks for the speedy fix! I've deleted all the files but I can't install the fix with the above command. After copying, pasting, and running the code, it gives the error |
@mika-long My mistake! I had both the syntax and the branch name wrong: quarto use template jimjam-slam/sverto@jimjam-slam/issue29-Weird-bug-on-windows-computer |
I am encountering a weird bug on a windows computer when I follow the instructions and render the
.qmd
file.Following the installation instructions, when I render and look at the generated
example.html
file, I found this weird escape forCircles.js
:By manually changing
.\
to./
I get the correct output. How can I fix this bug?The text was updated successfully, but these errors were encountered: