md: Interpret input text as Markdown-formatted text

View source: R/text_helpers.R

mdR Documentation

Interpret input text as Markdown-formatted text

Description

Interpret input text as Markdown-formatted text

Usage

md(text)

Arguments

text

The text that is understood to contain Markdown formatting.

Value

A character object that is tagged for a Markdown-to-HTML transformation.

A rendered HTML object.


blastula documentation built on May 29, 2024, 4:22 a.m.

Related to md in blastula...