Markdown uses two spaces to encode a line break. Editors usually removes them without this configuration which can prove quite frustrating.
@@ -15,3 +15,5 @@ indent_style = tab
indent_style = tab
[*.xml]
+[*.md]
+trim_trailing_whitespace = false