Usage
renderer_verbatim(translator = translator_verbatim,
formatter = formatter_verbatim, space = space_verbatim,
newline = newline_verbatim, header = header_verbatim,
footer = footer_verbatim, ...)
translator_verbatim(x, size)
formatter_verbatim( tokens, styles, ...)
space_verbatim()
newline_verbatim()
header_verbatim()
footer_verbatim()
Arguments
translator
Dummy translator. Returns the input as it is.
formatter
Dummy formatter. Returns the tokens as they are, the styles argument is not used.
space
return a space character
newline
return a newline character
header
return an empty character vector
footer
return a newline character
...
Additional ignored arguments.
x
The input of the translator, returned as is
tokens
The tokens to format. They are returned as is by the formatter
styles
The styles to use to format the tokens. They are not used