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/07/27 08:20] – [Using the toolbar] Simon Grant | doc:basic_text_formatting [2026/07/27 09:19] (current) – Simon Grant | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * B gives **Bold Text** | * B gives **Bold Text** | ||
| * I gives //Italic Text// | * I gives //Italic Text// | ||
| - | * don't use U, __as it gives this as in Markdown__ | + | * don't use U, __as double underscore |
| * with Markdown enabled, there is no way to get underlined text | * with Markdown enabled, there is no way to get underlined text | ||
| - | * some sources say try <ins>this</ | + | * some sources say try <ins>" |
| * T gives '' | * T gives '' | ||
| * < | * < | ||
| Line 54: | Line 54: | ||
| The easiest way to be sure is to contain things you want unchanged inside `< | The easiest way to be sure is to contain things you want unchanged inside `< | ||
| - | `< | + | |
| - | comes out as\\ | + | comes out as |
| < | < | ||
| - | On this page, the ' | + | while using the ' |
| + | |||
| + | `'' | ||
| + | comes out as | ||
| + | `'' | ||
| + | |||
| + | The ' | ||
| If you use the backtick, be very careful to have them balanced. Otherwise you might get a surprise when you look at the result! | If you use the backtick, be very careful to have them balanced. Otherwise you might get a surprise when you look at the result! | ||