Replies: 1 comment 2 replies
-
First, you should not use bare html, instead use raw code block: https://quarto.org/docs/authoring/markdown-basics.html#raw-content Use plain markdown: ---
title: "Quarto Playground"
format: html
embed-resources: true
---
 See: |
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.
-
Description
The code below works locally but does not actually embed the "dummy.pdf" file into the HTML via data URI/URL.
dummy.pdf
Would it be possible to enable this without serious security concerns? See example here
Beta Was this translation helpful? Give feedback.
All reactions