ListAttributes: ListAttributes

View source: R/pandocfilters.R

ListAttributesR Documentation

ListAttributes

Description

A constructor for pandoc list attributes.

Usage

ListAttributes(
  first_number = 1L,
  style = "DefaultStyle",
  delim = "DefaultDelim"
)

Arguments

first_number

an integer giving the first number of the list

style

a character string giving the style, possible values are "DefaultStyle", "Example", "Decimal", "LowerRoman", "UpperRoman", "LowerAlpha" and "UpperAlpha".

delim

a character string giving the delimiter, possible values are "DefaultDelim", "Period", "OneParen" and "TwoParens".


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