Quoted: Quoted Text

View source: R/pandocfilters.R

QuotedR Documentation

Quoted Text

Description

Constructs an inline object of type "Quoted".

Usage

Quoted(x, quote_type = "DoubleQuote")

Arguments

x

a inline object or a list of inline objects

quote_type

a character giving the quote type, valid types are "SingleQuote" and "DoubleQuote"

Examples

Quoted("some text", quote_type="SingleQuote")
Quoted("some text", quote_type="DoubleQuote")

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