Fix order of headers.

This commit is contained in:
Patrick Cloke 2023-08-08 16:13:11 -04:00
parent 042fd84277
commit e8d5a50f7c

View file

@ -39,6 +39,10 @@ create `m.room.create` and `m.room.redaction` events.
Room version 11 is based upon room version 10 with the following considerations. Room version 11 is based upon room version 10 with the following considerations.
### Redactions
[See above](#redactions).
### Event format ### Event format
The core event format is the same as [room version 10](/rooms/v10#event-format). The core event format is the same as [room version 10](/rooms/v10#event-format).
@ -243,10 +247,6 @@ Some consequences of these rules:
user's power level. user's power level.
{{% /boxes/note %}} {{% /boxes/note %}}
### Redactions
[See above](#redactions).
## Unchanged from v10 ## Unchanged from v10
The following sections have not been modified since v10, but are included for The following sections have not been modified since v10, but are included for