Markdown filter should not use autonewline
description
This change was introduced in revision 6911, is breaking existing Markdown page layout, but is also making it a lot harder to write using Markdown as single line breaks are translated to HTML line breaks. It's double line breaks that should cause a new paragraph to be created. Instead, this makes it necessary to write paragraphs as a single line.