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

Integration of HtmlToText library #183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Vity01
Copy link

@Vity01 Vity01 commented Jun 30, 2023

Current simple conversion HTML into text using Regex is not good enough . Eg. HTML entities like  & are not being converted at all. I integrated support for HtmlToText . This library has also many additional settings for conversion.
It's probably slower than using simple regex, but the output is much more readable for user.
My code is backward compatible.
@K-Phoen please consider, evaluate, merge & release :-).

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

Successfully merging this pull request may close these issues.

2 participants