Skip to content

Commit c76a629

Browse files
committed
Update: consistent examples
1 parent 580c684 commit c76a629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/topics/text-formatting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To strictly use this mode, pass "markdown" to the *parse_mode* parameter when us
7878
"**bold**, "
7979
"__italic__, "
8080
"--underline--, "
81-
"~~strikethrough~~, "
81+
"~~strike~~, "
8282
"[mention](tg://user?id=23122162), "
8383
"[URL](https://pyrogram.org), "
8484
"`code`, "
@@ -128,7 +128,7 @@ The following tags are currently supported:
128128
"<b>bold</b>, "
129129
"<i>italic</i>, "
130130
"<u>underline</u>, "
131-
"<s>strikethrough</s>, "
131+
"<s>strike</s>, "
132132
"<a href=\"tg://user?id=23122162\">mention</a>, "
133133
"<a href=\"https://pyrogram.org/\">URL</a>, "
134134
"<code>code</code>\n\n"
@@ -210,13 +210,13 @@ Here there are some example texts you can try sending:
210210
**Markdown**:
211211

212212
- ``**bold, --underline--**``
213-
- ``**bold __italic --underline ~~striked~~--__**``
213+
- ``**bold __italic --underline ~~strike~~--__**``
214214
- ``**bold __and** italic__``
215215

216216
**HTML**:
217217

218218
- ``<b>bold, <u>underline</u></b>``
219-
- ``<b>bold <i>italic <u>underline <s>striked</s></u></i></b>``
219+
- ``<b>bold <i>italic <u>underline <s>strike</s></u></i></b>``
220220
- ``<b>bold <i>and</b> italic</i>``
221221

222222
**Combined**:

0 commit comments

Comments
 (0)