diff options
author | Evan Read <eread@gitlab.com> | 2019-08-28 06:36:58 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-28 06:36:58 +0000 |
commit | 5c8545edf1b78ef4e93e7fd4207102aca02a85c0 (patch) | |
tree | 0df7d50dec420ef7be92f9838036dffe7c17d21b | |
parent | be3ec70556b5c514d479e443b4141005ea0365d3 (diff) | |
parent | 295b1b4d02b1ce68ed88a52837f560abae66036f (diff) | |
download | gitlab-ce-5c8545edf1b78ef4e93e7fd4207102aca02a85c0.tar.gz |
Merge branch 'docs/unlinking-emails' into 'master'
Remove a section for a now fixed bug
See merge request gitlab-org/gitlab-ce!32319
-rw-r--r-- | doc/development/documentation/styleguide.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index bfcda1dd7fc..283e8bea8d5 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -506,15 +506,6 @@ Example: For more information, see the [confidential issue](../../user/project/issues/confidential_issues.md) `https://gitlab.com/gitlab-org/gitlab-ce/issues/<issue_number>`. ``` -### Unlinking emails - -By default, all email addresses will render in an email tag on docs.gitlab.com. -To escape the code block and unlink email addresses, use two backticks: - -```md -`` example@email.com `` -``` - ## Navigation To indicate the steps of navigation through the UI: |