Commit 20c21b9ac48cb390917cd47c27ca435f4e677b04
1 parent
ee0e9830
Exists in
master
and in
4 other branches
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 |