We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7480e42 commit 55742b8Copy full SHA for 55742b8
app/utils/markdown.py
@@ -60,6 +60,7 @@ def generate(html, **options):
60
61
result = TelegramMarkdownConverter(
62
**options,
63
+ autolinks=False,
64
convert=['br', 'p', 'img', 'code', 'pre', 'ul', 'ol', 'li', 'a', 'sup', 'sub'],
65
bullets='•••'
66
).convert(html).strip()
0 commit comments