markdown (version 1.2)

rendererOutputType: Fetch the Renderer Output Type

Description

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.

Usage

rendererOutputType(name)

Value

The character string with a value of either character or

raw.

Arguments

name

a character string naming the renderer.

See Also

markdownToHTML, registeredRenderers

Examples

Run this code
# List all available renderers
rendererOutputType("HTML")

Run the code above in your browser using DataLab