Name

html — construct html tagged text.

Synopsis

::rivet::html ?string? ?arg...?

Description

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>