| mark | R Documentation |
This is a wrapper function based on litedown::mark(). You should use
litedown::mark() directly.
mark(
file = NULL,
output = NULL,
text = NULL,
format = c("html", "latex"),
options = NULL,
template = FALSE,
meta = list()
)
mark_html(..., template = TRUE)
mark_latex(..., template = TRUE)
file, output, text, options, meta |
Passed to |
format |
Output format name. |
template |
Whether to use a built-in template, or path to a custom template. |
... |
Arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.