Fetch the Renderer Output Type
markdown allows up to seven renderers to be registered by users, and
each must provide the type of output returned, either character
or
raw
for binary output. HTML is provided by the package and outputs
character
.
rendererOutputType(name)
name |
a character string naming the renderer. |
The character string with a value of either character
or
raw
.
# List all available renderers rendererOutputType("HTML")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.