mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
more MXCs
This commit is contained in:
parent
3d792b1b95
commit
52758719aa
|
|
@ -53,7 +53,7 @@ the tag.
|
||||||
| `font` | `data-mx-bg-color`, `data-mx-color`, `color` |
|
| `font` | `data-mx-bg-color`, `data-mx-color`, `color` |
|
||||||
| `span` | `data-mx-bg-color`, `data-mx-color`, `data-mx-spoiler` (see [spoiler messages](#spoiler-messages)) |
|
| `span` | `data-mx-bg-color`, `data-mx-color`, `data-mx-spoiler` (see [spoiler messages](#spoiler-messages)) |
|
||||||
| `a` | `name`, `target`, `href` (provided the value is not relative and has a scheme matching one of: `https`, `http`, `ftp`, `mailto`, `magnet`) |
|
| `a` | `name`, `target`, `href` (provided the value is not relative and has a scheme matching one of: `https`, `http`, `ftp`, `mailto`, `magnet`) |
|
||||||
| `img` | `width`, `height`, `alt`, `title`, `src` (provided it is a [Matrix Content (MXC) URI](#matrix-content-mxc-uris)) |
|
| `img` | `width`, `height`, `alt`, `title`, `src` (provided it is a [Matrix Content (`mxc://`) URI](#matrix-content-mxc-uris)) |
|
||||||
| `ol` | `start` |
|
| `ol` | `start` |
|
||||||
| `code` | `class` (only classes which start with `language-` for syntax highlighting) |
|
| `code` | `class` (only classes which start with `language-` for syntax highlighting) |
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -297,7 +297,7 @@ paths:
|
||||||
avatar_url:
|
avatar_url:
|
||||||
type: string
|
type: string
|
||||||
format: uri
|
format: uri
|
||||||
description: The mxc avatar url of the user this object is representing.
|
description: The avatar of the user this object is representing, as an [`mxc://` URI](/client-server-api/#matrix-content-mxc-uris).
|
||||||
description: A map from user ID to a RoomMember object.
|
description: A map from user ID to a RoomMember object.
|
||||||
type: object
|
type: object
|
||||||
403:
|
403:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue