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:
commit
96e2113477
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue