Questions tagged [linebreak]
Posts about newlines/linebreaks on Stack Exchange: how to create one using a post/comment editor, bug reports about the presence or lack of one, etc.
19 questions
4 votes
0 answers
76 views
Moving the cursor on a link changes the text layout in the Stacks Editor
Moving the cursor on a link changes the text layout in the Stacks Editor. Example: Tested with Chrome + Windows 10.
3 votes
0 answers
59 views
Clicking on a link changes the text layout in the Stacks Editor
Clicking on a link changes the text layout in the Stacks Editor. Example: Tested with Chrome + Windows 10. It doesn't happen in the Markdown-only or Markdown+preview views. It only happens when there ...
7 votes
1 answer
153 views
Nothing appears to happen when pressing Enter in the middle of a line
When using the beta Stacks Editor1 in this example, pressing ENTER doesn't create a new line right before character W in the rich text editor mode. Nothing appears to happen in the editor. Env: Chrome ...
5 votes
1 answer
116 views
Line break and typo issues in the blog post "The many strengths of neurodivergence"
In the recent blog post The many strengths of neurodivergence, there are two issues there: The content of "... Stack Overflow about their experience as ..." is split into two paragraphs, ...
11 votes
2 answers
2k views
How to write multiline quotes in an answer
While answering questions, I found that the delimiter '>' for blockquotes on answers truncates newlines. Refer to the following example. I have typed one line here. This is has been typed on the ...
4 votes
2 answers
6k views
How can I properly embed a code block into a Markdown table cell? Alternatively, how can I insert newlines into a code block without using `Enter`?
I have the following fenced code block: ```<br>a = 1<br>b = 2<br>``` I would like to replace the <br>s with some other character ?, so that it acts like a newline, so that the ...
0 votes
0 answers
132 views
How can I make newline and align the equation of the math equation in CrossValidated?
I want to input a math equation in CrossValidated like this: But I want a version of vectorized latex equation, not an image like above (you can zoom in the webpage to validate it). When I input the ...
6 votes
0 answers
47 views
New line on the answers list starts too early
A new line of the question title on the user's answers page starts too early (e.g. Shog9's answers): It seems that the width of the blue margin (on the picture) should be slightly (?) reduced to ...
4 votes
2 answers
168 views
How can I allow linebreaks after backslash `\` characters?
I have an answer which involves a very long filepath. Search for regedit, and then press Enter. Open HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace I'...
4 votes
0 answers
63 views
Line break rendering of the first paragraph of a question in mousever on the main page
The first words of a question are displayed in the mouseover when hovering over the question on the main page. It seems that single line breaks in the markdown will be rendered as line breaks, ...
40 votes
2 answers
15k views
Newline In Stackoverflow Comments? [duplicate]
Possible Duplicate: How about newlines within comments? When posting a comment in stackoverflow how do I add newlines? I pasted some multi-line code example and stackoverflow stipped the newline ...
59 votes
2 answers
34k views
How to do a single newline
How do I do a single newline/carriage return when typing a question or answer? For example, if I wanted to write some columns with values as in an Excel spreadsheet. I see people do it all the time, ...
29 votes
0 answers
6k views
Add "paragraphs" to Markdown help
Like balpha once explained very nicely, a <br> line break (newline) should be used in very few cases, and surely is not the same as a new <p> paragraph. Still the Markdown help only ...
-5 votes
1 answer
123 views
Four space indentation doesn't format as code immediately after newline
The next line is indented by 4 spaces and should appear as code: This should appear as code Picture of issue: Possibly related to this issue?
3 votes
1 answer
2k views
How insert a carriage return in a comment? Is it possible? [duplicate]
Possible Duplicate: How about newlines within comments ? How can I do it? I tried the "two spaces thing" and it didn't work. Is it really not possible to enter a carriage return in a comment? ...