Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| doc:basic_text_formatting [2026/04/16 13:16] – [Markdown syntax] Simon Grant | doc:basic_text_formatting [2026/04/16 13:17] (current) – [Markdown syntax] Simon Grant | ||
|---|---|---|---|
| Line 46: | Line 46: | ||
| * `H~2~O` and `x^2^` do **not** work – H~2~O and x^2^ – use `< | * `H~2~O` and `x^2^` do **not** work – H~2~O and x^2^ – use `< | ||
| - | Because Markdown uses `---` or `----` underneath text to indicate a level-2 heading, you **must** leave a space before a horizontal rule. | + | Because Markdown uses `----` underneath text to indicate a level-2 heading, you **must** leave a space before a horizontal rule. |
| ===== What if I want to use these characters? ===== | ===== What if I want to use these characters? ===== | ||