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:50] – simon | wiki:syntax [2025/11/08 17:55] (current) – simon | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| `You can use < | `You can use < | ||
| - | You can't use the Markdown way of `H~2~O` or `x^2^`. But Markdown *italic* is possible. | + | 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 21: | 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 96: | 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/ | ||