Fix broken Markdown lists

This commit is contained in:
Will 2021-01-21 09:43:22 -08:00
parent 02a41edc76
commit f0a4f59bb0
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8
3 changed files with 48 additions and 48 deletions

View file

@ -431,13 +431,13 @@ the following subset of the room state:
- If type is `m.room.member`:
> - The target's current `m.room.member` event, if any.
> - If `membership` is `join` or `invite`, the current
> `m.room.join_rules` event, if any.
> - If membership is `invite` and `content` contains a
> `third_party_invite` property, the current
> `m.room.third_party_invite` event with `state_key` matching
> `content.third_party_invite.signed.token`, if any.
- The target's current `m.room.member` event, if any.
- If `membership` is `join` or `invite`, the current
`m.room.join_rules` event, if any.
- If membership is `invite` and `content` contains a
`third_party_invite` property, the current
`m.room.third_party_invite` event with `state_key` matching
`content.third_party_invite.signed.token`, if any.
#### Rejection