html — construct html tagged text.
string
arg
Print text with the added ability to pass HTML tags following the string. Example:
::rivet::html "Test" b i
produces: <b><i>Test</i></b>
<b><i>Test</i></b>