Skip to content

Exclude underscores in download directive URLs #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

VarunNikam22
Copy link

Fixes #134

Implement checks to ensure that URLs within download directives do not require trailing underscores, preventing unnecessary errors during validation. Also added a test with different cases of URLs within :download:

All URLs written as

:download:`Download file <https://example.com/file.pdf>`

will now not raise missing-underscore-after-hyperlink errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive: missing underscore error for URLs in download directive
1 participant