1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-06 19:20:48 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/pragmas/Pragma_ _whitespace.tid

21 lines
559 B
Plaintext
Raw Normal View History

created: 20220917113002350
modified: 20230419103154329
tags: Pragmas
title: Pragma: \whitespace
type: text/vnd.tiddlywiki
2022-10-03 13:40:27 +00:00
<<.from-version "5.1.15">> The ''\whitespace'' [[pragma|Pragmas]] determines how spaces and newlines are treated within wikitext. Note that this only applies to the printable text, and not to other text, such as the values of attributes.
2022-10-03 13:40:27 +00:00
* ''notrim'' -- whitespace text is not subject to special processing (the default)
* ''trim'' -- whitespace text is removed
```
\whitespace trim|notrim
```
For example:
```
\whitespace trim
```