Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
53e1ca65
Unverified
Commit
53e1ca65
authored
1 year ago
by
HonkingGoose
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(renovate style guide): avoid manually ordering numbered lists (#26445)
parent
3a8574bb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/development/style-guide.md
+18
-0
18 additions, 0 deletions
docs/development/style-guide.md
with
18 additions
and
0 deletions
docs/development/style-guide.md
+
18
−
0
View file @
53e1ca65
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment