leostereo's avatar

add a new line when posting

Hi guys. I really like this channel to submit and share knowlodge so I would like to improve my posts. I can not find a simple way to add a new line. What im current doing is:

a add two enter , so i can add a new line but with an empty line. or b write my lines between ``` , as it where code blocks. So ... Question is .. how to add a simple new line when posting. Can not find a simple way. I already readed a lot of markdown docs ...

Leo.

0 likes
4 replies
sr57's avatar
sr57
Best Answer
Level 39

@leostereo

I do also 2 Enter, let's see if there is a better method.

That said 2 markups I use in addtion of code marlup ( 3 ` )

Hi guys. I really like this channel

> Hi guys. I really like this channel

This is bold

This is **bold**

And last, for me, 4 spaces before a line is also a code markup.

And last, for me, 4 spaces before a line is also a code markup.
2 likes
Sergiu17's avatar

2 enters option is the best I guess, but you could aslo add a <p> tag

Hello <p>World</p>

Hello

World

1 like
kokoshneta's avatar

For some reason, line breaks do not seem to be implemented here – or at least, I haven’t found a way to add them either. Most Markdown flavours support adding two spaces at the end of a line and then hitting Return once, but that doesn’t work here.

Even manually added <br> elements just get stripped out and ignored, so it almost seems like a deliberate decision that we’re just not allowed to do single line breaks here…

Please or to participate in this conversation.