Sometimes you need to include line feeds in you selected text, so I it would be nice to do this: ```javascript const text = getSelectionText(editorState, "\n"); console.log(text); ``` And the result would be `> Dear Foo\nHow are you ?`