diff options
author | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2017-12-14 13:59:20 +0000 |
---|---|---|
committer | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2017-12-14 13:59:20 +0000 |
commit | fe7dc625bb858cd40d14a353e9920af656dc73ff (patch) | |
tree | b92a90002fe17132909b3c303e3a26c7d0a304dc | |
parent | 63a044029a7f1419f0b1e830a6a048638bb79775 (diff) | |
download | gitlab-ce-fe7dc625bb858cd40d14a353e9920af656dc73ff.tar.gz |
Update 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 a671c92640a..7742028211e 100644 --- a/doc/user/markdown.md +++ b/doc/user/markdown.md @@ -193,7 +193,7 @@ https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/markdown.md#inline- With inline diffs tags you can display {+ additions +} or [- deletions -]. -The wrapping tags can be either curly braces or square brackets [+ additions +] or {- deletions -}. +The wrapping tags can be either curly braces or square brackets [+ additions +] `[+ additions +]` or {- deletions -} `{- deletions -}`. However the wrapping tags cannot be mixed as such: |