Commit 20c21b9ac48cb390917cd47c27ca435f4e677b04

Authored by Ivan Voskoboynyk
1 parent ee0e9830

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 187 * !123 : for merge requests
188 188 * $123 : for snippets
189 189 * 1234567 : for commits
190   -* [file](path/to/file) : for file references
  190 +* \[file\](path/to/file) : for file references
191 191  
192 192 <a name="standard"/>
193 193  
... ...