Difference between revisions of "Text Formatting"

(Created page with "==New Paragraph== MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. <br/> To start a new line you must use '''<nowiki><br/></nowiki>''' HTML...")
 
(Starting a new line with a space)
 
Line 4: Line 4:
  
 
==Starting a new line with a space==
 
==Starting a new line with a space==
 +
{{alert|'''WARNING:''' {{arrow}} never start new line with the space|alert-danger}}
 
  if you start a new line with space, it will be displayed like this. Pay extra attention about it, and use it only in rare occasions
 
  if you start a new line with space, it will be displayed like this. Pay extra attention about it, and use it only in rare occasions

Latest revision as of 02:44, 1 August 2014

New Paragraph

MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line.
To start a new line you must use <br/> HTML tag at the end of previous line

Starting a new line with a space

WARNING: never start new line with the space
if you start a new line with space, it will be displayed like this. Pay extra attention about it, and use it only in rare occasions