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
The current status resolver mechanism adequately accounts for lists in the Status H2 but a list containing a checklist style list gets ignored because the square brackets remain.
could handle the HTML better by removing [ ] or [X] or [x] that precedes text, or looks for text inside of the li (skipping input[type=checkbox] if present).
The text was updated successfully, but these errors were encountered:
The current status resolver mechanism adequately accounts for lists in the Status H2 but a list containing a checklist style list gets ignored because the square brackets remain.
adr-viewer/adr_viewer/__init__.py
Lines 35 to 44 in f3d5fdc
This could be modified to use
needle in haystack
instead ofhaystack.startswith(needle)
, oradr-viewer/adr_viewer/__init__.py
Line 23 in f3d5fdc
could handle the HTML better by removing
[ ]
or[X]
or[x]
that precedes text, or looks for text inside of the li (skipping input[type=checkbox] if present).The text was updated successfully, but these errors were encountered: