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
html_to_vdom transform to remove html/body but preserve head content (#832)
* Insert head content into html_to_vdom
* more efficient node appending
* add changelog
* nodes -> body node
* parsed_document -> html_node
* remove useless has_root_node variable
* fix comment
* del_html_body_transform
* fix type hint errors
* type hint fixes 2
* remove unusable head and body tags
* uno mas
* import future annotations
* fix docs warnings
* clean up last warning
* fix docstrings
* del_html_body_transform docstrings
* re-add head API
* fix changelog PR links
* docstring cleanup
* Better type hint
* Revert "Better type hint"
This reverts commit d78afdb.
* more concise transform implementation
* fix merge error
* merge changelog better
* annotate as VdomDict
Co-authored-by: Ryan Morshead <[email protected]>
0 commit comments