mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
21 lines
559 B
Plaintext
21 lines
559 B
Plaintext
created: 20220917113002350
|
|
modified: 20221019081352266
|
|
tags: Pragmas
|
|
title: Pragma: \whitespace
|
|
type: text/vnd.tiddlywiki
|
|
|
|
<<.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.
|
|
|
|
* ''notrim'' -- whitespace text is not subject to special processing (the default)
|
|
* ''trim'' -- whitespace text is removed
|
|
|
|
```
|
|
\whitespace trim|notrim
|
|
```
|
|
|
|
For example:
|
|
|
|
```
|
|
\whitespace trim
|
|
```
|