Commit 785b9b02 authored by Marcel Amirault's avatar Marcel Amirault Committed by Evan Read

Fix unordered list spacing

Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation,
in /user and others.
parent a744fd79
...@@ -50,9 +50,9 @@ here's a quick guide: ...@@ -50,9 +50,9 @@ here's a quick guide:
The Advanced Syntax Search also supports the use of filters. The available filters are: The Advanced Syntax Search also supports the use of filters. The available filters are:
- filename: Filters by filename. You can use the glob (`*`) operator for fuzzy matching. - filename: Filters by filename. You can use the glob (`*`) operator for fuzzy matching.
- path: Filters by path. You can use the glob (`*`) operator for fuzzy matching. - path: Filters by path. You can use the glob (`*`) operator for fuzzy matching.
- extension: Filters by extension in the filename. Please write the extension without a leading dot. Exact match only. - extension: Filters by extension in the filename. Please write the extension without a leading dot. Exact match only.
To use them, simply add them to your query in the format `<filter_name>:<value>` without To use them, simply add them to your query in the format `<filter_name>:<value>` without
any spaces between the colon (`:`) and the value. any spaces between the colon (`:`) and the value.
......
...@@ -15,8 +15,6 @@ Forking a project is in most cases a two-step process. ...@@ -15,8 +15,6 @@ Forking a project is in most cases a two-step process.
![Fork button](img/forking_workflow_fork_button.png) ![Fork button](img/forking_workflow_fork_button.png)
---
1. Once you do that, you'll be presented with a screen where you can choose 1. Once you do that, you'll be presented with a screen where you can choose
the namespace to fork to. Only namespaces (groups and your own the namespace to fork to. Only namespaces (groups and your own
namespace) where you have write access to, will be shown. Click on the namespace) where you have write access to, will be shown. Click on the
...@@ -24,8 +22,6 @@ Forking a project is in most cases a two-step process. ...@@ -24,8 +22,6 @@ Forking a project is in most cases a two-step process.
![Choose namespace](img/forking_workflow_choose_namespace.png) ![Choose namespace](img/forking_workflow_choose_namespace.png)
---
**Note:** **Note:**
If the namespace you chose to fork the project to has another project with If the namespace you chose to fork the project to has another project with
the same path name, you will be presented with a warning that the forking the same path name, you will be presented with a warning that the forking
...@@ -34,8 +30,6 @@ Forking a project is in most cases a two-step process. ...@@ -34,8 +30,6 @@ Forking a project is in most cases a two-step process.
![Path taken error](img/forking_workflow_path_taken_error.png) ![Path taken error](img/forking_workflow_path_taken_error.png)
---
After the forking is done, you can start working on the newly created After the forking is done, you can start working on the newly created
repository. There, you will have full [Owner](../user/permissions.md) repository. There, you will have full [Owner](../user/permissions.md)
access, so you can set it up as you please. access, so you can set it up as you please.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment