Use `s` HTML tag in example

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1731/head
Kévin Commaille 4 months ago
parent b79a5b94f8
commit 46c8763614
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -358,7 +358,7 @@ An example of a media message with a caption is:
"filename": "dog.jpg",
"body": "this is a ~~cat~~ picture :3",
"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": {
"w": 479,
"h": 640,

Loading…
Cancel
Save