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:51] – simon | wiki:syntax [2025/11/08 17:55] (current) – simon | ||
|---|---|---|---|
| Line 25: | 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. | 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. | ||
| + | ``` | ||
| This is some text with some linebreaks\ | This is some text with some linebreaks\ | ||
| Line 100: | 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/ | ||