We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ignore_link_refs
e.g. below, only bad.exe would be considered for extractions
<a href="google.com" target="_blank">bad.exe</a> ![bad.exe](google.com)
The text was updated successfully, but these errors were encountered:
initial impl ignore_image_refs (#68) and ignore_link_refs (#70)
814226b
implement block_html #68 and #70
d74ed71
fqrious
Successfully merging a pull request may close this issue.
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 tagse.g. below, only bad.exe would be considered for extractions
The text was updated successfully, but these errors were encountered: