Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output not formatting new lines correctly #9

Closed
chasevida opened this issue Oct 6, 2014 · 3 comments
Closed

Output not formatting new lines correctly #9

chasevida opened this issue Oct 6, 2014 · 3 comments
Assignees
Labels

Comments

@chasevida
Copy link

Two little formatting issues that are closely related.

  1. When outputting a series of commits that fall under the same feature the sub list displays inline rather than giving each new item a new line.
  2. Commits under a type list are also not displaying correctly on their own new line. I suspect that this may be related/flowing on from the previous issue.

See the below example that was generated from a demo repo I setup.

Example 1 Output: Start

Chore

  • $scope:
    • add some object setting - add some additional dependency - add basic service- docs: add changelog- maintain: add initial project root index

Example 1 Output: End

I'm assuming the above should look more like:

Example 2 Output: Start

Chore

  • $scope:
    • add some object setting
    • add some additional dependency
    • add basic service
  • docs: add changelog
  • maintain: add initial project root index

Example 2 Output: End

@rafinskipg rafinskipg added the bug label Oct 7, 2014
@rafinskipg rafinskipg self-assigned this Oct 7, 2014
@rafinskipg
Copy link
Owner

I'm planning a major release, with new options and better formatting. Also it will allow to pass the titles of the sections as configurable.

@chasevida
Copy link
Author

Ok, drop a comment on here when it's pushed. Cheers.

@rafinskipg
Copy link
Owner

Hi @chasevida , I'm being unable to reproduce this issue right now. I'm reproducing other issue with nested lists, depending on the markdown processor I use. I'm looking it.

Is your repo public so i can try with your logs?

selection_087
selection_088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants