Merge pull request #5483 from e1himself/patch-1

Fix Markdown help page: escape file link syntax example to leave it unprocessed
This commit is contained in:
Sytse Sijbrandij 2013-12-09 05:25:59 -08:00
commit 96e2113477

View file

@ -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"/>