mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update markdown quote pattern
This commit is contained in:
parent
9d70b095b3
commit
dee654ae9f
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ html_decoration = TextDecoration(
|
|||
quote=html.escape,
|
||||
)
|
||||
|
||||
MARKDOWN_QUOTE_PATTERN = re.compile(r"([_*\[\]()~`>#+\-|{}.!])")
|
||||
MARKDOWN_QUOTE_PATTERN = re.compile(r"([_*\[\]()~`>#+\-=|{}.!])")
|
||||
|
||||
markdown_decoration = TextDecoration(
|
||||
link="[{value}]({link})",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue