-
Type:
Bug
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.23.0
-
Component/s: None
-
Labels:
-
Sprint:Mesosphere Sprint 12
-
Story Points:1
According to the original markdown specification and to the most recent standarization effort, two spaces at the end of a line create a hard line break (it breaks the line without starting a new paragraph), similar to the html code <br/>.
However, there's a hook in mesos which prevent files with trailing whitespace to be committed.