This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:syntax_4uyj_yewl_ado [2023/01/02 03:03] 89.58.27.84 [Basic Text Formatting] |
wiki:syntax_4uyj_yewl_ado [2023/01/02 03:04] (current) 107.189.30.69 [Basic Text Formatting] |
||
---|---|---|---|
Line 25: | Line 25: | ||
You should use forced newlines only if really needed. | You should use forced newlines only if really needed. | ||
+ | ===== Basic Text Formatting ===== | ||
+ | |||
+ | DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. | ||
+ | |||
+ | DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. | ||
+ | Of course you can **__//''combine''//__** all these. | ||
+ | |||
+ | You can use <sub>subscript</sub> and <sup>superscript</sup>, too. | ||
+ | |||
+ | You can use <sub>subscript</sub> and <sup>superscript</sup>, too. | ||
+ | |||
+ | You can mark something as <del>deleted</del> as well. | ||
+ | |||
+ | You can mark something as <del>deleted</del> as well. | ||
+ | |||
+ | **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. | ||
+ | |||
+ | This is some text with some linebreaks\\ Note that the | ||
+ | two backslashes are only recognized at the end of a line\\ | ||
+ | or followed by\\ a whitespace \\this happens without it. | ||
+ | |||
+ | This is some text with some linebreaks\\ Note that the | ||
+ | two backslashes are only recognized at the end of a line\\ | ||
+ | or followed by\\ a whitespace \\this happens without it. | ||
+ | |||
+ | You should use forced newlines only if really needed. | ||
+ | |||
===== Basic Text Formatting ===== | ===== Basic Text Formatting ===== | ||
Line 50: | Line 77: | ||
or followed by\\ a whitespace \\this happens without it. | or followed by\\ a whitespace \\this happens without it. | ||
- | You should use forced newlines only if really needed. | + | You should use forced newlines only if really needed.==== External ==== |
- | ===== Links ===== | + | |
- | + | ||
- | DokuWiki supports multiple ways of creating links. | + | |
- | + | ||
- | ==== External ==== | + | |
External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too. | External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too. |