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

Minor markdown formatting bug in chat #2356

Closed
taoeffect opened this issue Sep 19, 2024 · 0 comments · Fixed by #2361
Closed

Minor markdown formatting bug in chat #2356

taoeffect opened this issue Sep 19, 2024 · 0 comments · Fixed by #2361

Comments

@taoeffect
Copy link
Member

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:

  • 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.

Solution

Fix these issues.

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

Successfully merging a pull request may close this issue.

2 participants