Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:syntax [2025/11/08 17:48] – simon | wiki:syntax [2025/11/08 17:55] (current) – simon | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[doku> | [[doku> | ||
| + | |||
| + | When you try editing this wiki, you will discover quite quickly that we have decided to use the Markdown plugin. | ||
| ===== Basic Text Formatting ===== | ===== Basic Text Formatting ===== | ||
| Line 13: | Line 15: | ||
| `You can use < | `You can use < | ||
| - | You can't use the Markdown way of `H~2~O` or `x^2^`. | + | You can't use the Markdown way of `H~2~O` or `x^2^`. |
| + | |||
| + | But Markdown *italic* is possible, with one asterisk instead of two slash characters. | ||
| + | |||
| + | `But Markdown *italic* is possible, with one asterisk instead of two slash characters.` | ||
| You can mark something as < | You can mark something as < | ||
| Line 19: | Line 25: | ||
| `You can mark something as < | `You can mark something as < | ||
| - | **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, in native Dokuwiki you can use two backslashes followed by a whitespace or the end of line; but in Markdown you end the line\ | + | **Paragraphs** are created from blank lines. |
| + | If you want to **force a newline** without a paragraph, | ||
| + | in native Dokuwiki you can use two backslashes followed by a whitespace or the end of line; | ||
| + | but in Markdown you end the line | ||
| + | with a single backslash and no trailing space. | ||
| + | |||
| + | ``` | ||
| + | **Paragraphs** are created from blank lines. | ||
| + | If you want to **force a newline** without a paragraph, | ||
| + | in native Dokuwiki you can use two backslashes followed by a whitespace or the end of line; | ||
| + | but in Markdown you end the line | ||
| with a single backslash and no trailing space. | with a single backslash and no trailing space. | ||
| + | ``` | ||
| This is some text with some linebreaks\ | This is some text with some linebreaks\ | ||
| Line 94: | Line 111: | ||
| * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone" | * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone" | ||
| - | * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http:// | + | * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [Mozilla Knowledge Base](https:// |
| <code - conf/ | <code - conf/ | ||