Skip to contents

Helper to convert from Markdown to LaTeX

Usage

gvz_md_to_latex(content)

Arguments

content

String to convert

Value

A string in LaTeX

Examples

gvz_md_to_latex("Some text with **bold** and *italic* markup")
#> Some text with \textbf{bold} and \emph{italic} markup