help: Add silent mentions to format-your-messages-using-markdown.

This commit is contained in:
Rishi Gupta 2019-02-27 19:34:38 -08:00 committed by Tim Abbott
parent e1f091f724
commit ddad11c43a
2 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,5 +1,8 @@
# Format your messages
[//]: # (All screenshots here require line-height: 22px and font-size: 16px in .message-content.)
[//]: # (Requires some additional fiddling for the LaTeX picture, inline code block, and maybe a few others.)
Zulip uses a variant of
[GitHub Flavored Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
to allow you to easily format your messages.
@ -151,11 +154,12 @@ You can also [add custom emoji](/help/add-custom-emoji).
## Mentions
Learn more about at-mentions [here](/help/at-mention-a-user).
The numbers will be added automatically by the typeahead if needed for disambiguation
The numbers will be added automatically by the typeahead if needed for disambiguation.
```
Users: @**Polonius** or @**Zoe|2132** (two asterisks)
User group: @*support team* (one asterisk)
Silent mention: @_**Polonius** (@_ instead of @)
```
![](/static/images/help/markdown-mentions.png)