summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-09-09 16:52:46 +0000
committerMike Lewis <mlewis@gitlab.com>2019-09-09 16:52:46 +0000
commit56ea2e2911353952156f64496e8a3aef4d78480f (patch)
treec402cefa57b88796359612e01ef5cc120a9a3ac7
parent38b44ecb4570b8851fffbc012a4c4889312952b5 (diff)
downloadgitlab-ce-list-style-fixes-dev-docs.tar.gz
Apply suggestion to doc/development/documentation/styleguide.mdlist-style-fixes-dev-docs
-rw-r--r--doc/development/documentation/styleguide.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md
index feec16f3acb..e44463645b8 100644
--- a/doc/development/documentation/styleguide.md
+++ b/doc/development/documentation/styleguide.md
@@ -287,11 +287,13 @@ Only use ordered lists when their items describe a sequence of steps to follow.
Do:
-> These are the steps to do something:
->
-> 1. First, do the first step.
-> 1. Then, do the next step.
-> 1. Finally, do the last step.
+```md
+These are the steps to do something:
+
+1. First, do the first step.
+1. Then, do the next step.
+1. Finally, do the last step.
+```
Don't: