md2html: Prepare markdown-like syntax for display in Shiny

View source: R/md2html.R

md2htmlR Documentation

Prepare markdown-like syntax for display in Shiny

Description

Prepare markdown-like syntax for display in Shiny

Usage

md2html(s)

Arguments

s

character string containing simple markdown/latex-math

Value

Another character string containing the equivalent of s in HTML. This is suitable for an htmlOutput() display in Shiny. You'll need to escape the HTML by using the html() function in your shiny::renderText()


dtkaplan/Znotes documentation built on Sept. 4, 2022, 10:21 a.m.