Differences

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

Link to this comparison view

wiki:important_info [2013/01/07 19:10]
admin added: "Hidden tag", "Multiple header tables", changed: formatting.
wiki:important_info [2016/04/27 15:19] (current)
Line 71: Line 71:
  
 For more on formatting, please see the [[wiki:syntax|Syntax Page]]. For more on formatting, please see the [[wiki:syntax|Syntax Page]].
 +
 +==== Text Alignment ====
 +
 +Align Left: 
 +<code>
 +#;;
 +This is aligned left.
 +#;;
 +</code>
 +
 + Align Right: 
 +<code>
 +;;#
 +This is aligned right.
 +;;#
 +</code>
 +
 + Align Center: 
 +<code>;#;
 +This is aligned center.
 +;#;
 +</code>
 +
 + Align Justify: 
 +<code>
 +###
 +This text is justified.
 +###
 +</code>
 +
 + If you want to align more than one paragraph at once just add a blank line at the beginning: 
 +<code>;;#
 +
 +This paragraph is right-aligned.
 +  
 +And this one is, too!
 +;;#
 +</code>
 +
 +[[https://www.dokuwiki.org/plugin:divalign2#syntax|Source]]
  
 ==== Internal Linking ==== ==== Internal Linking ====
Print/export