From 94b336c4077d4a11972db7da477b57e447485f2c Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 30 May 2024 13:31:00 +0100 Subject: [PATCH] use compact form for changed-in --- content/appendices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/appendices.md b/content/appendices.md index e2b02270..9c7cf82a 100644 --- a/content/appendices.md +++ b/content/appendices.md @@ -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.