Commit Graph
1 Commits
Author SHA1 Message Date
Niklas Mertsch 1add8a0b40 Fix DeprecationWarning in escape_markdown()
Using `count` as positional argument to `re.sub` is deprecated since
Python 3.13.

Fixes #10490
2026-07-22 09:52:00 -04:00