You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix invalid escape sequence in regex
Updated the regex in pandoc_download.py to correctly escape the period character.
This change resolves the SyntaxWarning triggered by an invalid escape sequence and ensures compatibility with future Python versions.
* Correct regex to ensure proper URL matching
Adjusted the regex to fix URL matching issues identified during CI tests, ensuring effective Pandoc downloads.
0 commit comments