mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-24 03:34:14 +02:00
Use s HTML tag in example
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
b79a5b94f8
commit
46c8763614
|
|
@ -358,7 +358,7 @@ An example of a media message with a caption is:
|
||||||
"filename": "dog.jpg",
|
"filename": "dog.jpg",
|
||||||
"body": "this is a ~~cat~~ picture :3",
|
"body": "this is a ~~cat~~ picture :3",
|
||||||
"format": "org.matrix.custom.html",
|
"format": "org.matrix.custom.html",
|
||||||
"formatted_body": "this is a <strike>cat</strike> picture :3",
|
"formatted_body": "this is a <s>cat</s> picture :3",
|
||||||
"info": {
|
"info": {
|
||||||
"w": 479,
|
"w": 479,
|
||||||
"h": 640,
|
"h": 640,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue