Nothing
library(litedown)
fuse(text = c('```{r}', 'get_context("format")', '```'), output = 'markdown')
``` {.r}
get_context("format")
```
```
#> [1] "markdown"
```
fuse(text = c('```{r}', 'get_context("input")', '```'), output = 'markdown')
``` {.r}
get_context("input")
```
```
#> NULL
```
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.