clipboard/utils/plaintexttohtml
module
Functions
plainTextToHtml( text ) → stringmodule:clipboard/utils/plaintexttohtml~plainTextToHtmlConverts plain text to its HTML-ized version.
Parameters
text : stringThe plain text to convert.
Returns
stringHTML generated from the plain text.