Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

fix: preserve Structure #3

Open
RahulGautamSingh opened this issue Jul 14, 2022 · 0 comments
Open

fix: preserve Structure #3

RahulGautamSingh opened this issue Jul 14, 2022 · 0 comments

Comments

@RahulGautamSingh
Copy link
Collaborator

All the text inside of p and span tags are updated which leads to problem with items inside ul, li and a tags.
A proper way to handle it will be to divide tags into sections such as ignore, links, lists so that we can update them separately.
Example:

ignore = ['header', 'h1', ....]
links = ['a', 'img', ...]
lists = ['ul', 'li',...]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant