Checklist
Description
This commit 79dae45 breaks the blockquote formatting of Markdown style.
Steps to reproduce
await client.send_message(
chat_id="me",
text=(
"**>\n"
"The expandable block quotation started right after the previous block quotation\n"
"It is separated from the previous block quotation by expandable syntax\n"
"Expandable block quotation continued\n"
"Hidden by default part of the expandable block quotation started\n"
"Expandable block quotation continued\n"
"The last line of the expandable block quotation with the expandability mark<**"
),
parse_mode=ParseMode.MARKDOWN,
)
Code example
Logs
Checklist
pip3 install https://github.com/TelegramPlayground/pyrogram/archive/dev.zip --force-reinstalland reproduced the issue using the latest development versionDescription
This commit 79dae45 breaks the blockquote formatting of Markdown style.
Steps to reproduce
Code example
Logs