mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We do not want to have a heading for every tip and thus we created a custom component for our aside. We want to add a lightbulb icon and the text `Tip:` is bold as a prefix for every tip as if it was already part of the text. To do that, we cannot insert both of those as html seperate from the slot html, we had to access the slot html and insert both of them into the HTML tree.
Zulip Markdown documentation hosted elsewhere
The Markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.