| texify_mdfile | R Documentation | 
sanitise latex
texify_mdfile(input, output)
| fullpath | a path to a file | 
temp.file=tempfile() 
sink(temp.file)
cat("$x=1$
```{r}
x=list(x=1)
x$x
```
`r x$x`
")
sink()
readLines(temp.file)
fullpath=temp.file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.