ListAttributes {pandocfilters}R 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".


[Package pandocfilters version 0.1-6 Index]