-
Notifications
You must be signed in to change notification settings - Fork 55
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
Problem indexing empty <li> #325
Labels
awaiting feedback
This issue is awaiting feedback from the reporter
bug
Something isn't working
request
A request for a new feature or enhancement
stale
This issue/PR has been inactive for too long
Comments
baynezy
added
bug
Something isn't working
request
A request for a new feature or enhancement
labels
Dec 5, 2023
baynezy
added a commit
that referenced
this issue
Dec 7, 2023
baynezy
added a commit
that referenced
this issue
Dec 7, 2023
@miguelisidoro - I am having trouble recreating your issues. See 3d5259c for details. This unit test passes and does not create your LINQ error. Can you send me a reproducible case to help me debug it? |
baynezy
added
blocked
This issue is blocked by another issue
awaiting feedback
This issue is awaiting feedback from the reporter
labels
Dec 7, 2023
baynezy
added a commit
that referenced
this issue
Dec 13, 2023
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
baynezy
removed
in progress
In flight work
blocked
This issue is blocked by another issue
labels
May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
awaiting feedback
This issue is awaiting feedback from the reporter
bug
Something isn't working
request
A request for a new feature or enhancement
stale
This issue/PR has been inactive for too long
Report issue
I have an error with the following stack trace:
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.Aggregate[TSource](IEnumerable
1 source, Func
3 func)at Html2Markdown.Replacement.HtmlParser.ReplaceList(String html)
at Html2Markdown.Replacement.HtmlParser.ReplaceLists(String html)
at System.Linq.Enumerable.Aggregate[TSource,TAccumulate](IEnumerable
1 source, TAccumulate seed, Func
3 func)at Html2Markdown.Converter.Convert(String html)
Steps to reproduce the problem
Use the following html:
Thanks
The text was updated successfully, but these errors were encountered: