This shows you the differences between two versions of the page.
wiki:syntax_9753 [2021/08/29 14:09] 185.220.103.5 [Basic Text Formatting] |
wiki:syntax_9753 [2023/01/02 02:59] (current) 185.220.101.6 [Basic Text Formatting] |
||
---|---|---|---|
Line 6: | Line 6: | ||
Of course you can **__//''combine''//__** all these. | Of course you can **__//''combine''//__** all these. | ||
- | You can use <sub>subscript</sub> and <sup>superscript</sup>, too. | + | You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too. |
- | You can use <sub>subscript</sub> and <sup>superscript</sup>, too. | + | You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too. |
- | You can mark something as <del>deleted</del> as well. | + | You can mark something as &lt;del&gt;deleted&lt;/del&gt; as well. |
- | You can mark something as <del>deleted</del> as well. | + | You can mark something as &lt;del&gt;deleted&lt;/del&gt; 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. | **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. | ||
Line 24: | Line 24: | ||
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.===== Basic Text Formatting ===== | + | 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. |