diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-21 18:09:58 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-21 18:09:58 +0000 |
| commit | 88bff01768a8bc56114d9295a7f20a73c23ffc95 (patch) | |
| tree | 3551191176a705824761e8cb6b9c80dc911e2244 /doc/development/documentation/styleguide.md | |
| parent | 241adb8894b42f48e85ef5d2f1d831ecb2e7556f (diff) | |
| download | gitlab-ce-88bff01768a8bc56114d9295a7f20a73c23ffc95.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation/styleguide.md')
| -rw-r--r-- | doc/development/documentation/styleguide.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index 984c64b9e9e..414ae570f0a 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -832,8 +832,10 @@ When creating tables of lists of features (such as whether or not features are available to certain roles on the [Permissions](../../user/permissions.md#project-members-permissions) page), use the following phrases (based on the SVG icons): -- *No*: **{dotted-circle}** No -- *Yes*: **{check-circle}** Yes +| Option | Markdown | Displayed result | +|--------|--------------------------|------------------------| +| No | `**{dotted-circle}** No` | **{dotted-circle}** No | +| Yes | `**{check-circle}** Yes` | **{check-circle}** Yes | ## Quotes |
