From 1464b1e0004c17ea56808514577233e95bd7fdd2 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Wed, 3 Jul 2019 07:12:04 +0000 Subject: Fix markdown to reduce number of kramdown warnings Add backticks around square brackets, or fix links, as necessary. --- doc/user/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user/markdown.md') 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: -- cgit v1.2.3