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:
authorIvan Voskoboynyk <planet.axis@gmail.com>2013-10-30 14:27:44 +0400
committerIvan Voskoboynyk <planet.axis@gmail.com>2013-10-30 14:27:44 +0400
commit20c21b9ac48cb390917cd47c27ca435f4e677b04 (patch)
tree4496fd3fdab69561b13f91f39e3e573f77c7b965 /doc/markdown/markdown.md
parentee0e9830c1c1e4c54fd0b18fadef50f76c3680a4 (diff)
Fix Markdown help page: escape file link syntax example to leave it unprocessed
Diffstat (limited to 'doc/markdown/markdown.md')
-rw-r--r--doc/markdown/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index a84222f9fc2..6b5308afc4f 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -187,7 +187,7 @@ GFM will recognize the following:
* !123 : for merge requests
* $123 : for snippets
* 1234567 : for commits
-* [file](path/to/file) : for file references
+* \[file\](path/to/file) : for file references
<a name="standard"/>