okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
329 stars 43 forks source link

Minor markdown formatting bug in chat #2356

Open taoeffect opened 1 day ago

taoeffect commented 1 day ago

Problem

This markdown:

Hey @sebin here's the `data/` folder - the contents of which you can copy into your own local `data/` folder.

Then run with: `GI_PERSIST=sqlite grunt dev`

And login with:

- User: `u1`
- Password:

Note that this user has joined two groups. The group that's most useful is the one called `Turtles (4)` as that's the one that has a single user in it and the invite link expired.

Renders like this:

Screenshot 2024-09-19 at 10 03 13 AM

Notice how the last paragraph is indented to be lined up with the bulleted list, but it shouldn't be.

I had to use two empty newlines because using 1 empty newline is even worse:

- Password:

Note that this user has joined two groups. The group that's most useful is the one called `Turtles (4)` as that's the one that has a single user in it and the invite link expired.

It renders like this:

Screenshot 2024-09-19 at 10 07 54 AM

When it should render like this:

Note that this user has joined two groups. The group that's most useful is the one called Turtles (4) as that's the one that has a single user in it and the invite link expired.

Solution

Fix these issues.