when i write a text with a line return, the line return dissapear. That's something i really hate with markdown. How i can force a line return in jerboa ?
when i write a text with a line return, the line return dissapear. That's something i really hate with markdown. How i can force a line return in jerboa ?
20 Comments
brisvag@feddit.nl · 11 pts · 3y
Markdown wants two new lines to do a new paragraph.
Sirence@feddit.de · 7 pts · 3y
Two times spacebar
Like this
sugar_in_your_tea@sh.itjust.works · 8 pts · 3y
Yup, either put a blank line:
Or put two spaces at the end of the line (using underscores for spaces):
The first renders with a blank line, the second renders without (but the lines are separated). Usually you want the first.
Example of the first:
Hello, this is an example.
This is the next line.
Example of the second:
Hello, this is an example.
This is separate paragraph.
MrNemobody@lemmy.world · 4 pts · 3y
Thanks
Mate
SkullHex2@lemmy.world · 4 pts · 3y
bappity@lemmy.world · 2 pts · 3y
test one two
bold
markdown across lines a a a
bappity@lemmy.world · 1 pts · 3y
:)
Steve@compuverse.uk · 4 pts · 3y
And to recreate this example
```
```
jago@lemmy.cafe · 3 pts · 3y
End your line with 2 spaces, then Enter.
This results in a line return instead of an ignored Return.