Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

wiki:syntax_2527_2522 [2026/03/17 11:20] – [Quoting] 92.42.100.165wiki:syntax_2527_2522 [2026/03/17 11:40] (aktuell) – [Tabelle] 92.42.100.165
Zeile 239: Zeile 239:
 ===== Quoting ===== ===== Quoting =====
  
-Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:+Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
  
   I think we should do it   I think we should do it
      
-  > No we shouldn't+  No we shouldn't
      
-  >> Well, I say we should+  >> Well, I say we should
      
-  > Really?+  Really?
      
-  >> Yes!+  >> Yes!
      
-  >>> Then lets do it!+  >>> Then lets do it!
  
 I think we should do it I think we should do it
  
-> No we shouldn't+No we shouldn't
  
->> Well, I say we should+>> Well, I say we should
  
-> Really?+Really?
  
->> Yes!+>> Yes!
  
->>> Then lets do it!+>>> Then lets do it!
  
 ===== Tables ===== ===== Tables =====
Zeile 269: Zeile 269:
 DokuWiki supports a simple syntax to create tables. DokuWiki supports a simple syntax to create tables.
  
-^ Heading 1      ^ Heading 2       ^ Heading 3          +^ Heading 1    ^ Heading 2                            ^ Heading 3    
-| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        +| Row 1 Col 1  | Row 1 Col 2                          | Row 1 Col 3  
-| Row 2 Col 1    | some colspan (note the double pipe) || +| Row 2 Col 1  | some colspan (note the double pipe)                || 
-| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |+| Row 3 Col 1  | Row 3 Col 2                          | Row 3 Col 3  |
  
 Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers. Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.