mirror of https://github.com/zulip/zulip.git
help: Add missing `---` three dash for tables.
Fixes #31286. While our current implementation of help center renders the table without those three dashes, our new help-beta using starlight needs those 3 dashes there.
This commit is contained in:
parent
d445137d36
commit
40f59a05c5
|
@ -62,7 +62,7 @@ administrator can access private channel messages:
|
|||
|
||||
<div class="centered_table"></div>
|
||||
| | Owners and admins | Moderators | Members | Guests
|
||||
|--- |--- | |--- |---
|
||||
|--- |--- |--- |--- |---
|
||||
| View channel name | ✔ | ✔ | ✔ | ◾
|
||||
| Join | ✔ | ✔ | ✔ |
|
||||
| Unsubscribe | ◾ | ◾ | ◾ | ◾
|
||||
|
@ -93,7 +93,7 @@ for details.
|
|||
|
||||
<div class="centered_table"></div>
|
||||
| | Owners and admins | Moderators | Members | Guests
|
||||
|--- |--- | |--- |---
|
||||
|--- |--- |--- |--- |---
|
||||
| View channel name | ✔ | ◾ | ◾ | ◾
|
||||
| Join | | | |
|
||||
| Unsubscribe | ◾ | ◾ | ◾ | ◾
|
||||
|
|
Loading…
Reference in New Issue