render_content | R Documentation |
Render markup from a templating engine into HTML
render_content(text, ...)
## S3 method for class 'brew'
render_content(text, ...)
## S3 method for class 'rmd'
render_content(text, options = "+smartypants-fmarkdown-implicit_figures", ...)
## S3 method for class 'md'
render_content(text, options = "+smartypants-fmarkdown-implicit_figures", ...)
## S3 method for class 'markdown'
render_content(text, options = "+smartypants-fmarkdown-implicit_figures", ...)
## S3 method for class 'rhtml'
render_content(text, ...)
## Default S3 method:
render_content(text, ...)
text |
character string with markup to feed to the appropriate conversion engine. |
... |
further arguments passed to or from other methods. |
options |
options passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.