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 more information to <a> and <img> tags in HTML Backend #1002

Open
alex-james-bit opened this issue Feb 17, 2025 · 0 comments
Open

Add more information to <a> and <img> tags in HTML Backend #1002

alex-james-bit opened this issue Feb 17, 2025 · 0 comments

Comments

@alex-james-bit
Copy link

alex-james-bit commented Feb 17, 2025

Discussed in #992

Originally posted by alex-james-bit February 16, 2025
It would be interesting to see a feature in HTML Backend which captures - "src" attribute value of tag and "href" attribute of tag and mention the link while parsing.
This will allow users to navigate to links if navigation is supported to those links.

I can explain with an example -

<a href="https://www.google.com"> Click Here to go to Google </a>
<img src ="https://images.google.com">

This kind of output will ensure proper coverage of related information -

[Click Here to go to Google] (https://www.google.com)
[Image Found] (https://images.google.com)
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

No branches or pull requests

1 participant