Top "Whitespace" questions

Whitespace, or white space, is often used to refer to any combination of spaces, tabs, and new lines which create blank space between text, either horizontally or vertically.

How do I change the amount of whitespace between sections in Latex?

How do I modify the distance between the end of a section and the header of the next section in …

layout latex whitespace spacing
How do I delete till non-whitespace in vim?

I'm looking for a command to delete from the cursor to the first non-whitespace character on the same line. I've …

vim whitespace
Adding whitespace in a Javascript document.write

So I'm currently creating a dynamic table using some JavaScript and a set of objects. I need to add in …

javascript html whitespace document.write
convert new line /n to a line break in angular

I have a string which contain new line character /n. Trying to display the string. Instead of taking the /n …

css angularjs whitespace angular-filters linefeed
Do browsers remove whitespace in between text of any html tag

Here is a fiddle demonstrating the problem http://jsfiddle.net/WM8XW/ I have inserted many whitespace in the content …

html browser whitespace trim
Tab Vs Space preferences in Vim

Vim is very accommodating when it comes to tab Vs. space preferences. As I understand it, the tabstop setting indicates …

vim whitespace preferences
Removing extra whitespace from generated HTML in MVC

I have an MVC application view that is generating quite a large HTML table of values (>20MB). I am …

html asp.net-mvc compression whitespace http-compression
getline check if line is whitespace

Is there an easy way to check if a line is empty. So i want to check if it contains …

c whitespace getline
white-space: nowrap breaks flexbox layout

I have created a responsive layout for an app using Flexbox. The layout calls for a collapsible menu on the …

html css webkit flexbox whitespace
Interpreting newlines with xsl:text?

I have an XSL stylesheet with content in an xsl:text node like this: <xsl:text> foo bar …

xml xslt ant xslt-1.0 whitespace