Span {pandocfilters}R Documentation

Generic Inline Container with Attributes

Description

Constructs an inline object of type "Span".

Usage

Span(attr, inline)

Arguments

attr

an object of type "Attr"

inline

a inline object or a list of inline objects which will be shown

Examples

attr <- Attr("A", "B", list(c("C", "D")))
Span(attr, "some inline string")

[Package pandocfilters version 0.1-6 Index]