This might be a WONTFIX, but we should at least decide whether or not this is desired behavior. Previously, when an edit was submitted via the API with \r characters as EOL markers, they were parsed as such. Recently, this changed and \r characters are now effectively ignored. Do we want to:
- Continue ignoring \r characters
- Convert them into \n in the editing workflow
- Convert them into \n in the parsing workflow

