Update markdown quote pattern

This commit is contained in:
Alex Root Junior 2020-01-03 21:42:34 +02:00
parent 9d70b095b3
commit dee654ae9f

View file

@ -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})",