View source: R/pandocfilters.R
| as.block | R Documentation |
In pandoc "block" objects are used as container for
"inline" objects and to give them specific roles.
Objects of the classes "NULL" and "character"
can be coerced to "block".
as.block(x)
x |
an object of type |
an object of class "block".
as.block("some text")
as.block(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.