newlines
A newline, or line break, is a character or sequence that marks the end of one line of text and the start of another. It allows plain text to be displayed across multiple lines.
Historically, different systems used different newline conventions. Unix and modern Unix-like systems use a line feed
In ASCII and Unicode, the characters are code points U+000A for LF and U+000D for CR. In
Programming languages often provide escape sequences for newlines, such as \n or \r\n, and many languages support
In text rendering and the web, newline handling can differ. In HTML, actual newlines in source are