mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-24 12:12:37 +01:00
pages/matrix: fix syntax
This commit is contained in:
parent
a692809196
commit
bf9180a174
@ -322,11 +322,12 @@ Sample events for `/devtools`
|
||||
}
|
||||
```
|
||||
|
||||
````jsonnet
|
||||
```jsonnet
|
||||
// m.room.name
|
||||
{
|
||||
"name": "Room Awesome!"
|
||||
}
|
||||
```
|
||||
|
||||
```jsonnet
|
||||
// m.space.parent
|
||||
@ -338,7 +339,7 @@ Sample events for `/devtools`
|
||||
"example.org"
|
||||
]
|
||||
}
|
||||
````
|
||||
```
|
||||
|
||||
```jsonnet
|
||||
// m.room.topic
|
||||
|
Loading…
Reference in New Issue
Block a user