mirror of https://github.com/zulip/zulip.git
help: Move span to new line for channel-permissions.
Before, the `span` opening tag was split between two lines. This led to `[@mdx-js/rollup]` throwing an error on the build step saying `Expected a closing tag for <span> before the end of paragraph`. This is a preparatory commit for the migration to use starlight for help center docs.
This commit is contained in:
parent
f4343f1b09
commit
25b480e5e0
|
@ -81,7 +81,8 @@ administrator can access private channel messages:
|
|||
|
||||
<span class="legend_symbol">◾</span><span class="legend_label">If subscribed to the channel</span>
|
||||
|
||||
<span class="legend_symbol">✶</span><span class="legend_label">
|
||||
<span class="legend_symbol">✶</span>
|
||||
<span class="legend_label">
|
||||
Configurable. See [Channel posting policy](/help/channel-posting-policy),
|
||||
[Configure who can add users][add-users], and
|
||||
[Configure who can remove users][remove-users]
|
||||
|
@ -111,7 +112,8 @@ for details.
|
|||
|
||||
<span class="legend_symbol">◾</span><span class="legend_label">If subscribed to the channel</span>
|
||||
|
||||
<span class="legend_symbol">✶</span><span class="legend_label">
|
||||
<span class="legend_symbol">✶</span>
|
||||
<span class="legend_label">
|
||||
Configurable, but at minimum must be subscribed to the channel.
|
||||
See [Channel posting policy](/help/channel-posting-policy),
|
||||
[Configure who can add users][add-users], and
|
||||
|
|
Loading…
Reference in New Issue