bliss's avatar
Level 1

How do I do a linebreak here?

Its said "* You may use Markdown with GitHub-flavored code blocks. "

but neither <br /> nor two spaces at the end of a line work.

0 likes
5 replies
Sinnbeck's avatar

I believe that is a known limitation on this forum (it has been talked about before). Not sure why multiple linebreaks in text is needed ?

bliss's avatar
Level 1

@Sinnbeck

RN I'm not allowed to post links neither images. Hard to describe without.

As you see in the line above - if one has no line breaks - its impossible to do an "end" after a question or a sentence. it simply always becomes a blurred wall / block of text without logical groupings that nobody wants to read :)

Sinnbeck's avatar

@bliss Yeah you cannot post links until tomorrow (24 hours). But I can just tag @jeffreyway and maybe he will consider adding it as a feature in the future :)

But if you want to ask a question and it takes several huge paragraphs, maybe see if you can break it down a bit?

1 like
Tray2's avatar

@bliss I'm guessing that you want to display code.

function something()
{
	echo 'Something';
}	

If that is the case wrap the code inside three ``` backticks, and inside there you can format the code any way you want. It's basically the same a using the

 tag.

Please or to participate in this conversation.