Telethon/telethon/extensions
Nick80835 38d024312e Unconditionally match text and link text in markdown
Fixes cases where there's a nested [] in the text by matching until "](" is reached. This doesn't match newlines in URLs because that makes no sense.
2025-02-01 21:02:27 +01:00
..
__init__.py Fix several minor typos (#1603) 2020-10-18 21:11:59 +02:00
binaryreader.py Slightly simplify BinaryReader 2019-08-07 10:33:46 +02:00
html.py Remove unused imports (#4397) 2024-06-21 00:06:40 +02:00
markdown.py Unconditionally match text and link text in markdown 2025-02-01 21:02:27 +01:00
messagepacker.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00