CodeBlock {stencilaschema} | R Documentation |
A code block.
Description
A code block.
Usage
CodeBlock(text, exportFrom, format, id, importTo, meta, programmingLanguage)
Arguments
text |
The text of the code. Required. |
exportFrom |
A compilation directive giving the name of the variable to export into the content of the code block. |
format |
Media type, typically expressed using a MIME format, of the code. |
id |
The identifier for this item. |
importTo |
A compilation directive giving the name of the variable to import the content of the code block as. |
meta |
Metadata associated with this item. |
programmingLanguage |
The programming language of the code. |
Value
A list
of class CodeBlock
See Also
[Package stencilaschema version 1.0.0 Index]