use compact form for changed-in

This commit is contained in:
Matthew Hodgson 2024-05-30 13:31:00 +01:00 committed by GitHub
parent 6e5f74b3ad
commit 94b336c407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -756,7 +756,7 @@ wish to consider handling them as `u`, `r`, and `e` respectively.
{{% /boxes/note %}}
{{% boxes/note %}}
{{% changed-in v="1.11" %}}
{{< changed-in v="1.11" >}}
Referencing event IDs within a room identified by room alias (`r`) rather than room ID
(`roomid`) is now deprecated. We are not aware of these ever having been used in
practice, and are nonsensical given room aliases are mutable.
@ -853,7 +853,7 @@ Examples of matrix.to URIs are:
* Link to `@alice:example.org`: `https://matrix.to/#/%40alice%3Aexample.org`
{{% boxes/note %}}
{{% changed-in v="1.11" %}}
{{< changed-in v="1.11" >}}
Referencing event IDs within a room identified by room alias rather than room ID
is now deprecated. We are not aware of these ever having been used in
practice, and are nonsensical given room aliases are mutable.