Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| wiki:syntax_2527_2522 [2026/03/17 11:20] – [Quoting] 92.42.100.165 | wiki: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 | ||
| | | ||
| - | | + | |
| | | ||
| - | | + | |
| | | ||
| - | | + | |
| | | ||
| - | | + | |
| | | ||
| - | | + | |
| I think we should do it | I think we should do it | ||
| - | & | + | > No we shouldn't |
| - | & | + | >> |
| - | & | + | > Really? |
| - | & | + | >> |
| - | & | + | >>> |
| ===== 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 1 ^ Heading 2 ^ Heading 3 ^ |
| - | | Row 1 Col 1 | Row 1 Col 2 | + | | 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 1 | Row 3 Col 2 | Row 3 Col 3 | |
| Table rows have to start and end with a '' | Table rows have to start and end with a '' | ||