
Last chance! 50% off unlimited learning
Sale ends in
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)
The character string with a value of either character
or
raw
.
a character string naming the renderer.
markdownToHTML, registeredRenderers
# List all available renderers
rendererOutputType("HTML")
Run the code above in your browser using DataLab