mattbrictson / chandler

[unmaintained] chandler syncs your CHANGELOG entries to GitHub's release notes
MIT License
152 stars 15 forks source link

Don't strip all leading whitespace from release notes #12

Closed mattbrictson closed 8 years ago

mattbrictson commented 8 years ago

Stripping all leading whitespace can cause an issue with certain markdown formatting. Consider a bullet list like this:

  * One
  * Two
  * Three

Stripping leading whitespace results in something that doesn't format as intended:

* One
  * Two
  * Three
mattbrictson commented 8 years ago

Fixed in 6b82a16