mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This reverses the policy that was set, but incompletely enforced, by
commit 951514dd7d
. The self-closing tag
syntax is clearer, more consistent, simpler to parse, compatible with
XML, preferred by Prettier, and (most importantly now) required by
FormatJS.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
909 B
909 B
Linking to Zulip
You can link to your Zulip from the web with a Zulip shields.io badge:
Good places for the badge include your project's landing page, support pages, and/or GitHub homepage.
To embed a Zulip badge, copy and paste the following, replacing
https://chat.zulip.org
with the URL of your Zulip organization:
Markdown
[](https://chat.zulip.org)
HTML
<a href="https://chat.zulip.org"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" /></a>
Link to a stream or topic
You can also link to a specific stream, topic, message, or search inside of Zulip. See link to a message or conversation.