Commit 676c2ef8 authored by Evan Read's avatar Evan Read

Merge branch 'sselhorn-master-patch-42446' into 'master'

Added guidance for backticks for text

See merge request gitlab-org/gitlab!68420
parents 9b7a0bae 5e05c7c5
...@@ -489,6 +489,14 @@ When the docs are generated, the output is: ...@@ -489,6 +489,14 @@ When the docs are generated, the output is:
To stop the command, press <kbd>Control</kbd>+<kbd>C</kbd>. To stop the command, press <kbd>Control</kbd>+<kbd>C</kbd>.
### Text entered in the UI
If you want the user to type something in the UI, use backticks. For example:
```plaintext
In the **Commit message** box, type `This is my merge request`.
```
### Spaces between words ### Spaces between words
Use only standard spaces between words. The search engine for the documentation Use only standard spaces between words. The search engine for the documentation
......
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