|
@@ -10,7 +10,7 @@ breadcrumbs:
|
|
|
|
|
|
- Add empty lines around headings, parapraphs, lists, etc., except for the very start of the file.
|
|
- Add empty lines around headings, parapraphs, lists, etc., except for the very start of the file.
|
|
- Lists:
|
|
- Lists:
|
|
- - For unordered lists, use `-`, not `*`.
|
|
|
|
|
|
+ - For unordered lists, use `-` instead of `*` (for consistency's sake).
|
|
- For ordered lists, use `1.`, never `2.` etc.
|
|
- For ordered lists, use `1.`, never `2.` etc.
|
|
- Lines directly following a list item, indented or not, are interpreted as continuations of the previous line (mechanic).
|
|
- Lines directly following a list item, indented or not, are interpreted as continuations of the previous line (mechanic).
|
|
- Indented lines following a list item with a new-line in-between are interpreted as new lines within the item (mechanic).
|
|
- Indented lines following a list item with a new-line in-between are interpreted as new lines within the item (mechanic).
|