You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two little formatting issues that are closely related.
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.
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
The text was updated successfully, but these errors were encountered:
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.
Two little formatting issues that are closely related.
feature
the sub list displays inline rather than giving each new item a new line.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
Example 1 Output: End
I'm assuming the above should look more like:
Example 2 Output: Start
Chore
Example 2 Output: End
The text was updated successfully, but these errors were encountered: