Note: Note

View source: R/pandocfilters.R

NoteR Documentation

Note

Description

Constructs an inline object of type "Note".

Usage

Note(x)

Arguments

x

a pandoc block object or a list of pandoc block objects

Examples

block <- Plain("x")
Note(block)

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