Definition {pandocfilters} | R Documentation |
Constructs a Definition
which can be used as
an element of a "DefinitionList"
.
Definition(key, value)
key |
a inline object or list of inline objects |
value |
a block object or list of block objects |
Definition("some key", Plain("some value"))