Learn R Programming

pandocfilters (version 0.1-6)

Note: 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

Run this code
block <- Plain("x")
Note(block)

Run the code above in your browser using DataLab