pages/matrix: fix syntax

This commit is contained in:
Aminda Suomalainen 2023-06-08 17:47:01 +03:00
parent a692809196
commit bf9180a174
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -322,11 +322,12 @@ Sample events for `/devtools`
} }
``` ```
````jsonnet ```jsonnet
// m.room.name // m.room.name
{ {
"name": "Room Awesome!" "name": "Room Awesome!"
} }
```
```jsonnet ```jsonnet
// m.space.parent // m.space.parent
@ -338,7 +339,7 @@ Sample events for `/devtools`
"example.org" "example.org"
] ]
} }
```` ```
```jsonnet ```jsonnet
// m.room.topic // m.room.topic