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

Bug: details node is not beeing fetched properly #355

Open
HolgerAusB opened this issue Dec 5, 2024 · 0 comments
Open

Bug: details node is not beeing fetched properly #355

HolgerAusB opened this issue Dec 5, 2024 · 0 comments

Comments

@HolgerAusB
Copy link
Contributor

Given a html code from the sourse article like

<details>
   <summary>
      short description
   </summary>
   <p>
      Hidden long text, that will be shown after clicking the arrow in front of the summary text part
   </p>
</details>

results in a graby/wallabag catch of

<details>
   <summary>
      short description
   </summary>
</details>

so the <details> text part is missing currently. But the original html construction should be preserved in any case.

This has been reported lately in:

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