Skip to content
Snippets Groups Projects
Unverified Commit 53e1ca65 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(renovate style guide): avoid manually ordering numbered lists (#26445)

parent 3a8574bb
Branches
Tags
No related merge requests found
...@@ -21,6 +21,24 @@ Second sentence on a new line. ...@@ -21,6 +21,24 @@ Second sentence on a new line.
And so on. And so on.
``` ```
## Avoid manually ordering numbered lists
Avoid:
```markdown
1. First item
2. Second item
3. Third item
```
Do:
```markdown
1. First item
1. Second item
1. Third item
```
## Avoid punctuation at the end of list items ## Avoid punctuation at the end of list items
In Markdown files, avoid punctuation at the end of a list item. In Markdown files, avoid punctuation at the end of a list item.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment