diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-03 07:12:04 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-03 07:12:04 +0000 |
commit | 1464b1e0004c17ea56808514577233e95bd7fdd2 (patch) | |
tree | f5f8ca237389361f11cc2b1c02ab20bb1e9486ad /doc/user/markdown.md | |
parent | ae7a43975805fa9bf7964afa832b71b53e9e0f59 (diff) | |
download | gitlab-ce-1464b1e0004c17ea56808514577233e95bd7fdd2.tar.gz |
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.md | 2 |
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: |