ascii list generator
show.asciidoc(
x = .self$x,
caption = .self$caption,
caption.level = .self$caption.level,
list.type = .self$list.type
)
print a list with asciidoc markup
show.org(
x = .self$x,
caption = .self$caption,
caption.level = .self$caption.level,
list.type = .self$list.type
)
print a list with org markup
show.pandoc(
x = .self$x,
caption = .self$caption,
caption.level = .self$caption.level,
list.type = .self$list.type
)
print a list with pandoc markup
show.rest(
x = .self$x,
caption = .self$caption,
caption.level = .self$caption.level,
list.type = .self$list.type
)
print a list with rest markup
show.t2t(
x = .self$x,
caption = .self$caption,
caption.level = .self$caption.level,
list.type = .self$list.type
)
print a list with t2t markup
show.textile(
x = .self$x,
caption = .self$caption,
caption.level = .self$caption.level,
list.type = .self$list.type
)
print a list with textile markup
David Hajage