mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
help: Add silent mentions to format-your-messages-using-markdown.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,5 +1,8 @@
|
|||||||
# Format your messages
|
# 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
|
Zulip uses a variant of
|
||||||
[GitHub Flavored Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
|
[GitHub Flavored Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
|
||||||
to allow you to easily format your messages.
|
to allow you to easily format your messages.
|
||||||
@@ -151,11 +154,12 @@ You can also [add custom emoji](/help/add-custom-emoji).
|
|||||||
## Mentions
|
## Mentions
|
||||||
|
|
||||||
Learn more about at-mentions [here](/help/at-mention-a-user).
|
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)
|
Users: @**Polonius** or @**Zoe|2132** (two asterisks)
|
||||||
User group: @*support team* (one asterisk)
|
User group: @*support team* (one asterisk)
|
||||||
|
Silent mention: @_**Polonius** (@_ instead of @)
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user