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
It seems like its creating a record for the list item with the text and another item with just the text. Shouldn't it just create 1 record with an unordered list? For example:
<ul>
<li>Contestant Registration – November 9-11, 2020<li>
<li>Rounds – November 10 & 11, 2020<li>
</ul>
What is the current behavior?
Duplicate element record item is being pushed to algolia.
What is your expected behavior?
Duplicate element record item should not be pushed to algolia.
Ruby version used:
2.6.3
Jekyll version used:
3.8.5
The text was updated successfully, but these errors were encountered:
I want to report a bug:
For some reason, when we have a markdown file with a list item, this plugin pushes 2 record for each item. Example markdown:
I logged the record in a hook before it pushes to algolia and for the 1st list item this is whats logged:
It seems like its creating a record for the list item with the text and another item with just the text. Shouldn't it just create 1 record with an unordered list? For example:
What is the current behavior?
Duplicate element record item is being pushed to algolia.
What is your expected behavior?
Duplicate element record item should not be pushed to algolia.
Ruby version used:
2.6.3
Jekyll version used:
3.8.5
The text was updated successfully, but these errors were encountered: