pyrofork/pyrogram/parser
wulan17 4a5af71d25
pyrofork: Adapt markdown unparser from telethon
* The problem with current implementation is when we have nested markdown inside a url the markdown order is messed up.
for example link with bold text will be unparsed like this [**github](https://github.com**).

Signed-off-by: wulan17 <wulan17@nusantararom.org>
2025-03-03 00:31:57 +07:00
..
__init__.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
html.py pyrofork: Add blockquote expandable parser 2024-06-02 14:42:40 +07:00
markdown.py pyrofork: Adapt markdown unparser from telethon 2025-03-03 00:31:57 +07:00
parser.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
utils.py pyrofork: Adapt markdown unparser from telethon 2025-03-03 00:31:57 +07:00