Note {pandocfilters}R 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)

[Package pandocfilters version 0.1-6 Index]