Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:syntax [2026/07/26 16:36] – [Tables] Simon Grant | wiki:syntax [2026/08/17 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | See [[doc: | ||
| + | |||
| ====== Formatting Syntax ====== | ====== Formatting Syntax ====== | ||
| Line 7: | Line 9: | ||
| DokuWiki supports **bold**, //italic//, __underlined__ and '' | DokuWiki supports **bold**, //italic//, __underlined__ and '' | ||
| - | DokuWiki supports **bold**, //italic//, __underlined__ and '' | + | |
| Of course you can **__//'' | Of course you can **__//'' | ||
| - | Note that the formatting markers have to directly enclose the text, so '' | + | Note that the formatting markers have to directly enclose the text, with no space, so '' |
| - | You can use < | + | You can use < |
| - | You can use < | + | You can use < |
| You can mark something as < | You can mark something as < | ||
| Line 412: | Line 414: | ||
| ===== Code Blocks ===== | ===== Code Blocks ===== | ||
| - | You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags '' | + | You can include code blocks into your documents by either indenting them by at least four spaces (like used for the previous examples) or by using the tags '' |
| - | | + | |
| < | < | ||
| Line 426: | Line 428: | ||
| Those blocks were created by this source: | Those blocks were created by this source: | ||
| - | | + | |
| - | | + | |
| - | This is preformatted code all spaces are preserved: like <-this | + | This is preformatted code all spaces are preserved: like <-this |
| - | </ | + | </ |
| - | | + | |
| - | This is pretty much the same, but you could use it to show that you quoted a file. | + | This is pretty much the same, but you could use it to show that you quoted a file. |
| - | </ | + | </ |
| ==== Syntax Highlighting ==== | ==== Syntax Highlighting ==== | ||