User Tools

Site Tools


wiki:syntax

Differences

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

Link to this comparison view

wiki:syntax [2014/05/08 03:44 UTC]
127.0.0.1 external edit
wiki:syntax [2014/10/03 00:38 UTC]
rsimoes [Basic Text Formatting]
Line 5: Line 5:
 ===== Basic Text Formatting ===== ===== Basic Text Formatting =====
  
-DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. 
  
-  DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. +DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine'' //__**all these. 
-  Of course you can **__//''combine''//__** all these.+<code> 
 +DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. 
 +Of course you can **__//''combine''//__** all these. 
 +</code>
  
-You can use <sub>subscript</sub> and <sup>superscript</sup>, too. 
  
-  You can use <sub>subscript</sub> and <sup>superscript</sup>, too.+You can use <sub>subscript</sub>and <sup>superscript</sup> , too. 
 + 
 + 
 +<code> 
 +You can use <sub>subscript</sub> and <sup>superscript</sup> , too. 
 +</code> 
  
 You can mark something as <del>deleted</del> as well. You can mark something as <del>deleted</del> as well.
 +<code>
 +You can mark something as <del>deleted</del>  as well.
 +</code>
  
-  You can mark something as <del>deleted</del> as well. 
  
 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
  
-This is some text with some linebreaks\\ Note that the 
-two backslashes are only recognized at the end of a line\\ 
-or followed by\\ a whitespace \\this happens without it. 
  
-  This is some text with some linebreaks\\ Note that the +This is some text with some linebreaks\\  
-  two backslashes are only recognized at the end of a line\\ +Note that the two backslashes are only recognized at the end of a line\\  
-  or followed by\\ a whitespace \\this happens without it.+or followed by\\  
 +a whitespace %this happens without it. 
 + 
 + 
 +<code> 
 +This is some text with some linebreaks\\  
 +Note that the 
 +two backslashes are only recognized at the end of a line\\  
 +or followed by\\  
 +a whitespace \\this happens without it. 
 +</code> 
  
 You should use forced newlines only if really needed. You should use forced newlines only if really needed.
wiki/syntax.txt · Last modified: 2017/06/28 18:06 UTC (external edit)