Definition {pandocfilters} | R Documentation |
Definition
Description
Constructs a Definition
which can be used as
an element of a "DefinitionList"
.
Usage
Definition(key, value)
Arguments
key |
a inline object or list of inline objects |
value |
a block object or list of block objects |
Examples
Definition("some key", Plain("some value"))
[Package pandocfilters version 0.1-6 Index]