### All newlines ```jsx ``` ### Starting and ending with newlines ```jsx ``` ### With newlines in the middle ```jsx ``` ### No newlines ```jsx ``` ### Providing custom non-newline render function ```jsx const renderNonNewLine = ({ text, key }) => ( This is my custom content! ); ; ```