-
DescriptionOn Windows, paths like |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
May 6, 2026
Replies: 1 comment 2 replies
-
|
@kbvernon Could you please add some context? Where does this happen? In single document? In projects? In YAML? In the prose? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be clear, you want
to be<img src="/images/Rlogo.svg" alt="R language logo"/>or<img src="./images/Rlogo.svg" alt="R language logo"/>?The root cause of the issue is during the project path normalisation/resolution
pandoc.path.joinis used. This function uses Windows specific separator:quarto-cli/src/resources/filters/quarto-pre/project-paths.lua
Lines 6 to 13 in ff77c43