Commit 7083b9c2 authored by Susan Tacker's avatar Susan Tacker

Merge branch 'sselhorn-master-patch-76715' into 'master'

Added INFO alert type

See merge request gitlab-org/gitlab!72019
parents c64f7311 226bc800
...@@ -1374,6 +1374,7 @@ Alert boxes are generated when one of these words is followed by a line break: ...@@ -1374,6 +1374,7 @@ Alert boxes are generated when one of these words is followed by a line break:
- `FLAG:` - `FLAG:`
- `NOTE:` - `NOTE:`
- `WARNING:` - `WARNING:`
- `INFO:` (Marketing only)
For example: For example:
...@@ -1430,6 +1431,21 @@ It renders on the GitLab documentation site as: ...@@ -1430,6 +1431,21 @@ It renders on the GitLab documentation site as:
WARNING: WARNING:
This is something to be warned about. This is something to be warned about.
### Info
The Marketing team uses the `INFO` alert to add information relating
to sales and marketing efforts.
```markdown
INFO:
This info is important.
```
It renders on the GitLab documentation site as:
INFO:
This info is important.
## Blockquotes ## Blockquotes
For highlighting a text inside a blockquote, use this format: For highlighting a text inside a blockquote, use this format:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment