Replies: 1 comment 2 replies
-
You can directly add a file to be included with
Note that this feature requires a recent, prerelease version of quarto: your version string should say 1.2.* |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
The .qmd of my book contain several .svg that are included with .
To be exact, I'm using a simple extension I wrote that replace
{{< pic "toto.svg" >}}
by<object data="toto.svg" ...></object>
:I'm not sure if the fact I'm using an extension is relevant, but that's just in case.
When I type quarto preview --html, the svg files are not copied to the _book directory, and therefore are not accessible in the preview.
Can I change something in the lua file to force quarto to copy the file ? or list somewhere in the yaml the files that should be copied ?
Thanks,
E.
Beta Was this translation helpful? Give feedback.
All reactions