Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid escape sequence in regex (#365)
* 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.
- Loading branch information