Nothing
Code
cat(md_table(mtcars[1:4, 1:4]))
Output
| mpg | cyl | disp | hp |
|-----|-----|------|----|
| 21 | 6 | 160 | 110 |
| 21 | 6 | 160 | 110 |
| 22.8 | 4 | 108 | 93 |
| 21.4 | 6 | 258 | 110 |
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.