diff options
-rw-r--r-- | doc/development/documentation/styleguide.md | 12 |
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: |