Skip to content
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

Add option to ignore any embedded links in document #70

Open
himynamesdave opened this issue Nov 17, 2024 · 0 comments · May be fixed by #81
Open

Add option to ignore any embedded links in document #70

himynamesdave opened this issue Nov 17, 2024 · 0 comments · May be fixed by #81
Assignees
Labels
enhancement New feature or request

Comments

@himynamesdave
Copy link
Member

himynamesdave commented Nov 17, 2024

Often anything inside HTML / markdown link tag should be ignored from extraction

As such we should add flag ignore_link_refs which will ignore all content inside HTML or markdown link tags

e.g. below, only bad.exe would be considered for extractions

<a href="google.com" target="_blank">bad.exe</a>
![bad.exe](google.com)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Pushed
Development

Successfully merging a pull request may close this issue.

2 participants