💭 white-space - CSS: Cascading Style Sheets | MDN ================================================= !https://developer.mozilla.org/en-US/docs/Web/CSS/white-space Date: April 30, 2024 white-space - CSS | MDN The white-space CSS property sets how white space inside an element is handled. MDN Web Docs · developer.mozilla.org [1] html can preserve newline `\n` characters by styling an element with `white-space: pre-wrap;` > pre-wrap Sequences of white space are preserved. Lines are broken at newline characters, at , and as necessary to fill line boxes. !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space [2]: /thoughts/ [3]: /tags/thoughts/