markdown (version 1.1)

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)

Value

TRUE or FALSE for whether or not the renderer exists.

Arguments

name

name of renderer.

Examples

Run this code
rendererExists("HTML")

Run the code above in your browser using DataCamp Workspace