Diferencia entre revisiones de «Ayuda:Markup»

Ir a la navegación Ir a la búsqueda
m (Wikipedia ref)
== Line Breaks ==
A '''line break''' creates the white space between two paragraphs. To create a line break, press Enter/Return ''twice''. A single press of Enter/Return will move the cursor to a new line in the editor, but it will not create a line break.
 
{| width=100% class=wikitable
|-
| width=50%|This...
|...produces:
|-
|<pre style="white-space:pre-wrap; width:150px">
Hello.
How are you?
</pre>
|Hello. How are you?
|}
 
{| width=100% class=wikitable
|-
| width=50%|This...
|...produces:
|-
|<pre style="white-space:pre-wrap; width:150px">
Hello.
 
How are you?
</pre>
|Hello.
How are you?
|}
 
== Text Formatting ==