Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| wiki:syntax [2025/11/08 17:53] – 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\ | ||