Add anchors to link to.

This commit is contained in:
Patrick Cloke 2023-05-16 11:42:57 -04:00
parent 82303b3b37
commit 7e11f31fca
2 changed files with 4 additions and 3 deletions

View file

@ -48,7 +48,8 @@ Similarly, the entire room can be mentioned:
}
```
Additionally, see [the `.m.rule.is_user_mention` and `.m.rule.is_room_mention` push rules](#predefined-rules).
Additionally, see the [`.m.rule.is_user_mention`](#_m_rule_is_user_mention) and
[`.m.rule.is_room_mention`](#_m_rule_is_room_mention) push rules.
Users should not add their own Matrix ID to the `m.mentions` property as outgoing
messages cannot self-notify.

View file

@ -521,7 +521,7 @@ Definition:
}
```
**`.m.rule.is_user_mention`**
<a id="_m_rule_is_user_mention"/> **`.m.rule.is_user_mention`**
{{< added-in v="1.7" >}}
@ -590,7 +590,7 @@ Definition:
}
```
**`.m.rule.is_room_mention`**
<a id="_m_rule_is_room_mention"/> **`.m.rule.is_room_mention`**
{{< added-in v="1.7" >}}