Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| doc:lists [2026/04/04 18:47] – [Using the toolbar] Simon Grant | doc:lists [2026/04/04 18:48] (current) – [Markdown syntax] Simon Grant | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| For an unordered (bulleted) list in Markdown, just start a line with `-` or `*`. Indent, as shown above, to create sub-items. Another **very important point** for Markdown list to work, they need a blank link before them. | For an unordered (bulleted) list in Markdown, just start a line with `-` or `*`. Indent, as shown above, to create sub-items. Another **very important point** for Markdown list to work, they need a blank link before them. | ||
| - | For ordered (numbered) lists, you can use numbers — this comes out exactly as expected: | + | For ordered (numbered) lists, you can use numbers |
| ``` | ``` | ||
| 1. the first point | 1. the first point | ||