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 Sept. 24, 2023, 1:07 a.m.

Related to md in blastula...