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

Changelog MD generation not multi lining entries correctly #2

Open
ApexModder opened this issue Aug 24, 2023 · 0 comments
Open

Changelog MD generation not multi lining entries correctly #2

ApexModder opened this issue Aug 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ApexModder
Copy link

I have been using GradleUtils for a while now to generate me plain text and markdown changelog files, this all works great until it comes across a commit which has multiple lines/bullet points to it, the plain text formats fine but markdown renders all lines as 1 continous line, making it hard to distinguish between them all.

As you can see by the provided image, the plain text on the left, splits both lines up correctly,
but the markdown render is just removing the empty whitespace between the 2 lines making it hard to see the 2 different points.

image

A potential fix I would suggest would be changing markdown from aligning the multi lines, to being a indented dash ( -) as markdown would then render these as each there own sub bullet points.

image

@sciwhiz12 sciwhiz12 added the bug Something isn't working label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants