Documentation for this module may be created at Module:Sandbox/trappist the monk/newline/doc

local function nl ()
	local str = 'string with newlines: single\nhere;\n\ndouble here;\n\n\ntripple here.'
	
	return str;
end

return {nl=nl}