Convert a markdown string into an html string. The markdown conversion adheres to the commonmark standard with tables extension.
md_to_html(text)
text | Character vector. If of length > 1, each string is separately converted. |
---|
Character vector of html fragments.
https://commonmark.org/