md {blastula} | R 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.
[Package blastula version 0.3.5 Index]