BlockQuote {pandocfilters}R Documentation

Block Quote

Description

Constructs a block object of type "BlockQuote".

Usage

BlockQuote(blocks)

Arguments

blocks

a block object or list of block objects

Examples

BlockQuote(Plain("Hello R!"))

[Package pandocfilters version 0.1-6 Index]