Skip to content
Discussion options

You must be logged in to vote

I believe this is related to SVG embedding.

Without embed-resources: true, we get a svg included like this in intermediate .md

::: {.cell layout-align="center"}
::: {.cell-output-display}
![](index_files/figure-html/unnamed-chunk-1-1.svg){fig-align='center' width=672}
:::
:::

and in HTML

<img src="index_files/figure-html/unnamed-chunk-1-1.svg" class="img-fluid quarto-figure quarto-figure-center figure-img" width="672">

When setting embed-resources: true, the HTML directly embed the svg inline

<svg id="svg_152e657a68881123106c" role="img" width="672" height="57.0899pt" viewBox="-72.00005 -72.00005 57.0899 57.0899">
<defs>
<font id="svg_152e657a68881123106c_cmr10" horiz-adv-x="0">
<font-face

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@mcanouil
Comment options

@snhansen
Comment options

@mcanouil
Comment options

@mcanouil

This comment has been hidden.

@mcanouil
Comment options

Answer selected by snhansen
Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants