pyrofork/pyrogram/parser
wulan17 5c9470fd4f
pyrofork: Fix nested url markdown parsing
* The problem with current implepementation is when we add another markdown inside an url markdown will not be parsed.
for example we add bold (**) markdown inside an url markdown, the url text show as `**text**` instead of making the text bold.

Signed-off-by: wulan17 <wulan17@nusantararom.org>
2025-03-08 20:52:08 +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: Fix nested url markdown parsing 2025-03-08 20:52:08 +07:00
parser.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00
utils.py Pyrofork: Update Copyright headers 2024-02-07 20:25:08 +07:00