Outputing a metabox textarea and avoid line breaks inside li tags

To add line-breaks inside <textarea> (but not on front-end output), use this inside textarea:

echo str_replace('</li>',"</li>\r\n", $answer);