You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Discussed in #992
Originally posted by alex-james-bit February 16, 2025
tag and "href" attribute of tag and mention the link while parsing.
It would be interesting to see a feature in HTML Backend which captures - "src" attribute value of
This will allow users to navigate to links if navigation is supported to those links.
I can explain with an example -
This kind of output will ensure proper coverage of related information -
The text was updated successfully, but these errors were encountered: