Template:Pre-wrap
Revision as of 17:07, 15 December 2015 by Wikipedia>Petr Matas (←Created page with '<span style="white-space: pre-wrap">{{{1}}}</span><noinclude> {{doc}} </noinclude>')
{{{1}}}
Surrounds the parameter with <span style="white-space: pre-wrap">...</span>
. This disables removal of redundant whitespace by the browser while allowing line wraps to happen.
Examples
Markup | Renders as |
---|---|
a {{Nodisplay|"}} b |
a
b
|
{{Pre-wrap|a {{Nodisplay|"}} b}} |
a
b
|