Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-03 10:12:04 +0300
committerEvan Read <eread@gitlab.com>2019-07-03 10:12:04 +0300
commit1464b1e0004c17ea56808514577233e95bd7fdd2 (patch)
treef5f8ca237389361f11cc2b1c02ab20bb1e9486ad /doc/user/markdown.md
parentae7a43975805fa9bf7964afa832b71b53e9e0f59 (diff)
Fix markdown to reduce number of kramdown warnings
Add backticks around square brackets, or fix links, as necessary.
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r--doc/user/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index a08b41aaecb..eaae9964367 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -288,7 +288,7 @@ $example = array(
> If this is not rendered correctly, [view it in GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/markdown.md#inline-diff).
-With inline diff tags you can display {+ additions +} or [- deletions -].
+With inline diff tags you can display `{+ additions +}` or `[- deletions -]`.
The wrapping tags can be either curly braces or square brackets: