ListAttributes {pandocfilters} | R Documentation |
A constructor for pandoc list attributes.
ListAttributes(
first_number = 1L,
style = "DefaultStyle",
delim = "DefaultDelim"
)
first_number |
an integer giving the first number of the list |
style |
a character string giving the style, possible values are |
delim |
a character string giving the delimiter, possible values are |