Convert a markdown string into an html string. The markdown conversion adheres to the commonmark standard with tables extension.

md_to_html(text)

Arguments

text

Character vector. If of length > 1, each string is separately converted.

Value

Character vector of html fragments.

References

https://commonmark.org/