rlp (version 0.0.3)

md: A Markdown generator

Description

You can generate Markdown text using the function elements of this object.

Usage

md

Arguments

Value

Each function element returns a character vector.

Format

An object of class list of length 6.

Examples

Run this code
md$b("bold")
md$em("emphasize")
md$ul(head(letters))

Run the code above in your browser using DataCamp Workspace