Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:syntax [18/02/2011 04:34] – [Positioning Text] adminwiki:syntax [15/10/2011 17:27] aaronbell
Line 1: Line 1:
 ====== Formatting Syntax ====== ====== Formatting Syntax ======
  
-[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. +[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the [[http://gabrielofurantia.org|gabriel of urantia]] source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. 
 +[[http://www.bestpills4weightloss.com/tone-detox-review.html/| tone detox weight loss pill]]
 ===== Basic Text Formatting ===== ===== Basic Text Formatting =====
  
Line 34: Line 34:
  
 Align Left:   Align Left:  
 +#;; 
 +This is aligned left. 
 +#;;
   #;;   #;;
   This is aligned left.   This is aligned left.
Line 40: Line 42:
  
 Align Right: Align Right:
 +;;# 
 +This is aligned right. 
 +;;#
   ;;#   ;;#
   This is aligned right.   This is aligned right.
Line 46: Line 50:
  
 Align Center: Align Center:
 +;#; 
 +This is aligned center. 
 +;#;
   ;#;   ;#;
   This is aligned center.   This is aligned center.
Line 52: Line 58:
  
 Align Justify: Align Justify:
 +### 
 +This text is justified. 
 +###
   ###   ###
   This text is justified.   This text is justified.
   ###   ###
- 
-If you want to align more than one paragraph at once just add a blank line at the beginning (see [[#Syntax details]] however): 
- 
-<code> 
-;;# 
- 
-This paragraph is right-aligned. 
-   
-And this one is, too! 
-;;# 
-</code> 
- 
  
 ===== Links ===== ===== Links =====