Broken layout when downloading from virtual machine (linux) into windows #10079
-
DescriptionHello, i've been trying to use Quarto for first time, its running fine on my virtual machine, but when i download it and try to see it on windows firefox the layout seems to be broken. Anyone knows how to fix it? Im using https://github.com/jjallaire/gapminder-dashboard/blob/main/gapminder.qmd as an example. (im just copy+pasting it) On my virtual machine using VS Code: When downloading the html and trying to watch it on my local machine: What im doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to download the assets associated with the HTML file. Or set |
Beta Was this translation helpful? Give feedback.
You need to download the assets associated with the HTML file.
A directory like
*_files
.Or set
embed-resources: true
in the YAML frontmatter.