edit
	Formats the carriage returns in a string to a HTML alternatives
	
		string.paragraphFormat( )
	
Returns: String
			This function does not take any arguments.
	Examples
		edit
		
  str = "This is your brain.#chr(13)#This is your brain on Lucee.";
  writeoutput(str.ParagraphFormat());
See also