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 April 3, 2025, 5:59 p.m.

Related to md in blastula...