md2html | R Documentation |
Prepare markdown-like syntax for display in Shiny
md2html(s)
s |
character string containing simple markdown/latex-math |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.