-
Jinja has a useful feature where you can strip out whitespace that you've added to make your template more readable:
``` jinja
{% for item in seq -%}
{{ item }}
{%- endfor %}
```
> This will yie…
-
Remove unnecessary blank lines generated from all the macros.
-
## Prerequisites
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] The issue still exists against the latest stable version of Eleme…
-
Tables have a lot of whitespace between rows - most likely because Sphinx puts the cell content inside a \ tag, while Discourse does not do this.
For example:
![image](https://user-images.githubus…
ru-fu updated
2 years ago
-
In the top-level README, the links to user guide and devguide are broken. whitespace problems?
-
Some places shouldn't have spaces. For example, `$foo->@[$foo]` cannot be written as `$oo -> @ [ $ foo ]`.
By default, our BNF ignores all spaces and we play around t make it not ignore spaces in c…
-
Related to #37 :
A space is 0x20:
```
% echo -n ' ' | hexdump
0000000 0020
0000001
```
Here, I'd expect to see 3x `20`, b…
-
The new Rietveld UI has 1em of space between each line of text (Owner, Created, Modified, CQ, etc.) and .65em extra space between each line inside a paragraph, which means I can't see the full file li…
-
I have noticed the drivers (checked selenium2 and goutte drivers) the `getText()` method does not preserve whitespace. Which means unable to properly test output to pre elements for example.
``` php
…
-
```
- For compressing all whitespace
- For preserving indentation
- default: do nothing
```
Original issue reported on code.google.com by `andyc...@gmail.com` on 8 Mar 2009 at 5:24