Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-03 18:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-03 18:08:45 +0300
commit55693cc1ec8ac79444bc7214d2812a4ac41bf043 (patch)
treec9e9df7be9eac5dd1ea71f65da9a6831834b08c4 /doc/user/markdown.md
parentc089cf73c2f1835dc68fd6107d6cbd10fc17f365 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r--doc/user/markdown.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index 5bfbc6c1ec8..c83fb3260c8 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -896,6 +896,11 @@ Reference-style (hover to see title text):
[logo]: img/markdown_logo.png "Title Text"
```
+<!--
+DO NOT change the name of markdown_logo.png. This is used for a test
+in spec/controllers/help_controller_spec.rb.
+-->
+
Inline-style (hover to see title text):
![alt text](img/markdown_logo.png "Title Text")