Definition: Definition

View source: R/pandocfilters.R

DefinitionR 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"))

pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.