query package:pandoc-types
query f x walks the structure x (bottom up) and
applies f to every a, appending the results.
Runs a query on matching
a elements in a
c. The
results of the queries are combined using
mappend.
Perform a query on elements nested below a
Block
element by querying all directly nested lists of
Inlines or
Blocks.
Query the elements below a
Cell element.
Query the elements below a
Cell element.
Perform a query on elements nested below a
Citation
element by querying the prefix and postfix
Inline lists.
Perform a query on elements nested below an
Inline
element by querying nested lists of
Inlines,
Blocks,
or
Citations.
Perform a query on elements nested below a
MetaValue
element by querying all directly nested lists of
Inlines,
list of
Blocks, or lists or maps of
MetaValues.
Query a pandoc element by recursing first into its
Meta data and then append the result of recursing into
the list of
Blocks.
Query the elements below a
Row element.
Query the elements below a
TableBody element.
Query the elements below a
TableFoot element.
Query the elements below a
TableHead element.