Div: Generic Block Container with Attributes

View source: R/pandocfilters.R

DivR Documentation

Generic Block Container with Attributes

Description

Constructs a block object of type "Div".

Usage

Div(blocks, attr = Attr())

Arguments

blocks

a block object or list of block objects

attr

an object of type "Attr"

Examples

blocks <- Plain("Hello R!")
Div(blocks)

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