Replies: 2 comments
-
I see Pandoc is definitely appending a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing in favour of: |
Beta Was this translation helpful? Give feedback.
0 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
When I include Base64-encoded images directly in .qmd files, they are not rendered correctly. When I just do
Then a .png suffix is added at the end in the
<img =src"..">
which does not work.Additionally, in some contexts I get the
file name too long (os error 36)
error, similar to #4613.A minimal example replicating the first issue using quarto 1.3.450 and R package base64enc is:
I wasn't able to pinpoint exactly when I get the
file name too long
error. I only get it with Opengraph/Twitter enabled in_quarto.yml
but only in my actual website and not in a minimal fresh website. I can try to dig deeper in case this is needed.Beta Was this translation helpful? Give feedback.
All reactions