Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| doc:basic_text_formatting [2026/03/31 14:31] – Simon Grant | doc:basic_text_formatting [2026/04/16 13:17] (current) – [Markdown syntax] Simon Grant | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Using the toolbar ===== | ===== Using the toolbar ===== | ||
| - | The first five items on the left of the toolbar offer you basic text formatting. | + | The first five items on the left of the edit window |
| You can either click on the relevant place, where | You can either click on the relevant place, where | ||
| Line 15: | Line 15: | ||
| * T gives '' | * T gives '' | ||
| * < | * < | ||
| + | |||
| + | Further along the toolbar | ||
| * **—** gives a horizonal rule: but you **must** leave a blank line before it. | * **—** gives a horizonal rule: but you **must** leave a blank line before it. | ||
| - | or you can write text first, then make it e.g. **bold** by highlighting it (double click on one word; or drag across more than one word) and when it is highlighted, | + | Alternatively, |
| ===== DokuWiki syntax ===== | ===== DokuWiki syntax ===== | ||
| Line 30: | Line 32: | ||
| * `text with< | * `text with< | ||
| * `text with< | * `text with< | ||
| + | * `----` creates a " | ||
| ===== Markdown syntax ===== | ===== Markdown syntax ===== | ||
| Line 35: | Line 38: | ||
| * `*Italic Text*` works: gives *Italic Text* | * `*Italic Text*` works: gives *Italic Text* | ||
| * `_Italic Text_` _with **one** underscore each side, not two_ works: also gives _Italic Text_ | * `_Italic Text_` _with **one** underscore each side, not two_ works: also gives _Italic Text_ | ||
| - | * `**Bold Text**` is same as DokuWiki | + | * `**Bold Text**` is the same as DokuWiki |
| - | * `'' | + | * `'' |
| + | * `----` for a horizontal rule is the same as DokuWiki | ||
| * `__Not Bold but Underlined__` works as DokuWiki, **not** bold as in Markdown | * `__Not Bold but Underlined__` works as DokuWiki, **not** bold as in Markdown | ||
| * `***Bold-Italic Text***` just messes things up, don't try it! | * `***Bold-Italic Text***` just messes things up, don't try it! | ||