Commit 96e21134772949513beee883b609c3602938b949
Exists in
master
and in
4 other branches
Merge pull request #5483 from e1himself/patch-1
Fix Markdown help page: escape file link syntax example to leave it unprocessed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/markdown/markdown.md
| @@ -187,7 +187,7 @@ GFM will recognize the following: | @@ -187,7 +187,7 @@ GFM will recognize the following: | ||
| 187 | * !123 : for merge requests | 187 | * !123 : for merge requests |
| 188 | * $123 : for snippets | 188 | * $123 : for snippets |
| 189 | * 1234567 : for commits | 189 | * 1234567 : for commits |
| 190 | -* [file](path/to/file) : for file references | 190 | +* \[file\](path/to/file) : for file references |
| 191 | 191 | ||
| 192 | <a name="standard"/> | 192 | <a name="standard"/> |
| 193 | 193 |