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