clipboard/utils/plaintexttohtml
module
Functions
-
plainTextToHtml( text ) → string
module:clipboard/utils/plaintexttohtml~plainTextToHtml
Converts plain text to its HTML-ized version.
Parameters
text : string
The plain text to convert.
Returns
string
HTML generated from the plain text.