Nothing
src = '
---
output:
html:
options:
embed_resources: false
---
```{r}
plot(1)
```
'
old = litedown::reactor(fig.path = 'foo')
out = litedown::fuse(text = src, output = 'markdown')
stopifnot('' %in% unlist(strsplit(out, '\n')))
unlink('foochunk-1-1.png')
litedown::reactor(fig.path = 'foo/bar')
out = litedown::fuse(text = src, output = 'markdown')
stopifnot('' %in% unlist(strsplit(out, '\n')))
unlink('foo', recursive = TRUE)
litedown::reactor(old)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.