View source: R/pandocfilters.R
| c.inline | R Documentation |
Objects of class "inline" can be combined by using the generic
default method "c" (combine).
## S3 method for class 'inline' c(...)
... |
objects to be concatenated. |
an list of "inline" objects.
c(Str("some"), Strong("text"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.