spacey
The spacey filter protects whitespace between tags, so the spaceless filter won't remove it.
Any sequence of whitespace characters between two tags will be transformed into a single, normal (but HTML encoded) space.
This is useful when you have a text with several inline tags in sequence, in an otherwise spaceless code block.
Without spacey
The above sentence will render in a web browser as:
Thissentence has fivewords.
With spacey
The above sentence will render in a web browser as:
This sentence has five words.
Last updated
Was this helpful?