markdown (version 0.8)

rendererExists: Testing for existence of a markdown renderer

Description

rendererExists determines whether or not a certain renderer exists in the markdown library.

Usage

rendererExists(name)

Arguments

name

name of renderer.

Value

TRUE or FALSE for whether or not the renderer exists.

Examples

Run this code
# NOT RUN {
rendererExists("HTML")
# }

Run the code above in your browser using DataCamp Workspace