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 |
delim |
a character string giving the delimiter, possible values are |
[Package pandocfilters version 0.1-6 Index]