I've noticed a couple of questions that where completely formatted as "one line of code". They look like this:
Hello, I have a question. Now I'm going to paste a lipsum: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
The actual text looks like a 'normal' paragraph like you would find in a book: The first line is indended, and there are no newlines.
Now it could be a "style", to indent your paragraph with some spaces used by users who do not know the formatting-rules for MarkDown and 'just like' that layout. But could it be an editor feature? Some editors maybe like to add an indentation like that? And If so (I am aware there are multiple ifs in this line of thought), could we pick that editor-feature up somehow, and maybe 'fix' it?
In summary: Could there be a (technical?) reason this happens multiple times, and if so, why does it happen? If it is something the user does there is no 'answer', but if it is something the browser does, there might be a way to let it not do that.
