-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
An anchor (<a/>) without a href attribute causes a crash #11
Labels
Comments
ghost
assigned mlegenhausen
Oct 2, 2013
Thanks for the bug report. |
Thank you for the package! |
thanh-nguyen
added a commit
to thanh-nguyen/node-html-to-text
that referenced
this issue
Dec 19, 2013
thanh-nguyen
added a commit
to thanh-nguyen/node-html-to-text
that referenced
this issue
Dec 19, 2013
mlegenhausen
pushed a commit
that referenced
this issue
Feb 11, 2014
Why hasn't this ever been fixed yet? At least give collaborator status to another person on this project so they can help maintain. 👍 |
Seems to fixed by #21. Closed for now. |
Wow. Bonus! |
MUDev1994
pushed a commit
to MUDev1994/node-html-to-text
that referenced
this issue
May 26, 2023
MUDev1994
pushed a commit
to MUDev1994/node-html-to-text
that referenced
this issue
May 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have started developing with html-to-text and discovered that it expects every anchor to have a href and crashes when it doesn't find one.
Changing line 25 in formatter.js from
to
fixes this.
Thank you!
The text was updated successfully, but these errors were encountered: