Span: Generic Inline Container with Attributes

View source: R/pandocfilters.R

SpanR 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")

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