Content deleted Content added
→<nowiki>: disabling line breaks isn't necessarily a problem |
→<nowiki>: use encouraged <br /> instead of also valid <br> |
||
Line 90:
=== <nowiki> ===
The effect of the tag {{tag|nowiki|link=Help:Wikitext#Nowiki}} on line breaks is that single and double line breaks are ignored, and you also cannot add a line break with {{tag|br|
{{markupv
Line 99:
are ignored,
and the tag <br />
is just displayed as is.
</nowiki>
Line 108:
are ignored,
and the tag <br />
is just displayed as is.
</nowiki>
Line 115:
There are several ways to enable line breaks in text that uses {{tag|nowiki}}:
'''Solution 1'''. Use {{tag|nowiki}} for each line separately, with {{tag|br|
{{markupv
|
m=<nowiki> First line </nowiki> <br />
<nowiki> Second line </nowiki>
<nowiki> Third line </nowiki>
|
r=<nowiki> First line </nowiki> <br />
<nowiki> Second line </nowiki>
|