R/knit_utils.R
gvz_md_to_latex.Rd
Helper to convert from Markdown to LaTeX
gvz_md_to_latex(content)
String to convert
A string in LaTeX
gvz_md_to_latex("Some text with **bold** and *italic* markup") #> Some text with \textbf{bold} and \emph{italic} markup