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:
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:
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.
Problem
This markdown:
Renders like this:
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:
It renders like this:
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.