R/utils.R
txt2html.Rd
Format text as HTML Minimal conversion of a text to html
txt2html(text)
text to be converted
txt2html("The quick brown (QCODE)fox(/QCODE){#animal} jumped over ") #> [1] "<p>The quick brown <mark>fox</mark>{#animal} jumped over </p>"