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
fix: unwrap <p> from list items so screen readers read bullets correctly
Loose markdown lists (blank lines between items) caused marked to wrap
each item in <p> tags, making screen readers announce a paragraph break
before reading the bullet text. Added a listitem renderer that strips the
wrapping <p> when an item contains a single paragraph.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
<li><inputtype="checkbox" disabled><inputaria-label="Add bulk archive script for end-of-workshop cleanup" disabled="" type="checkbox"> Add bulk archive script for end-of-workshop cleanup</li>
661
661
</ul>
662
662
<h3id="medium-term">Medium Term</h3>
663
663
<ul>
664
-
<li><inputaria-label="Student self-assessment: "Did this challenge teach the concept?"" disabled="" type="checkbox"> Student self-assessment: "Did this challenge teach the concept?"</li>
665
-
<li><inputaria-label="Difficulty calibration: Track which challenges take longest" disabled="" type="checkbox"> Difficulty calibration: Track which challenges take longest</li>
666
-
<li><inputaria-label="Peer feedback: Students comment on each other's solutions" disabled="" type="checkbox"> Peer feedback: Students comment on each other's solutions</li>
664
+
<li><inputtype="checkbox" disabled><inputaria-label="Student self-assessment: "Did this challenge teach the concept?"" disabled="" type="checkbox"> Student self-assessment: "Did this challenge teach the concept?"</li>
665
+
<li><inputtype="checkbox" disabled><inputaria-label="Difficulty calibration: Track which challenges take longest" disabled="" type="checkbox"> Difficulty calibration: Track which challenges take longest</li>
666
+
<li><inputtype="checkbox" disabled><inputaria-label="Peer feedback: Students comment on each other's solutions" disabled="" type="checkbox"> Peer feedback: Students comment on each other's solutions</li>
667
667
</ul>
668
668
<h3id="long-term">Long Term</h3>
669
669
<ul>
670
-
<li><inputaria-label="Gamification: Badges for challenge streaks, skill level badges" disabled="" type="checkbox"> Gamification: Badges for challenge streaks, skill level badges</li>
671
-
<li><inputaria-label="Difficulty curves: AI recommendation of next challenge based on pace" disabled="" type="checkbox"> Difficulty curves: AI recommendation of next challenge based on pace</li>
672
-
<li><inputaria-label="Mobile: GitHub Mobile app integration for easier issue tracking" disabled="" type="checkbox"> Mobile: GitHub Mobile app integration for easier issue tracking</li>
670
+
<li><inputtype="checkbox" disabled><inputaria-label="Gamification: Badges for challenge streaks, skill level badges" disabled="" type="checkbox"> Gamification: Badges for challenge streaks, skill level badges</li>
671
+
<li><inputtype="checkbox" disabled><inputaria-label="Difficulty curves: AI recommendation of next challenge based on pace" disabled="" type="checkbox"> Difficulty curves: AI recommendation of next challenge based on pace</li>
672
+
<li><inputtype="checkbox" disabled><inputaria-label="Mobile: GitHub Mobile app integration for easier issue tracking" disabled="" type="checkbox"> Mobile: GitHub Mobile app integration for easier issue tracking</li>
<li><inputaria-label="Track acceptance rate (aim for 100% by 3pm Friday)" disabled="" type="checkbox"> Track acceptance rate (aim for 100% by 3pm Friday)</li>
235
-
<li><inputaria-label="Document any students who don't accept" disabled="" type="checkbox"> Document any students who don't accept</li>
232
+
<li><inputtype="checkbox" disabled><inputaria-label="All 67 invitations sent to students" disabled="" type="checkbox"> All 67 invitations sent to students</li>
<li><inputtype="checkbox" disabled><inputaria-label="Track acceptance rate (aim for 100% by 3pm Friday)" disabled="" type="checkbox"> Track acceptance rate (aim for 100% by 3pm Friday)</li>
235
+
<li><inputtype="checkbox" disabled><inputaria-label="Document any students who don't accept" disabled="" type="checkbox"> Document any students who don't accept</li>
<li><inputaria-label="67 student branches visible in repository" disabled="" type="checkbox"> 67 student branches visible in repository</li>
240
-
<li><inputaria-label="Main branch protection enabled" disabled="" type="checkbox"> Main branch protection enabled</li>
241
-
<li><inputaria-label="GitHub Actions workflows enabled and tested" disabled="" type="checkbox"> GitHub Actions workflows enabled and tested</li>
242
-
<li><inputaria-label="Assignment issues created (run" disabled="" type="checkbox"> Assignment issues created (run <code>python scripts/batch_create_issues.py</code> once members join)</li>
239
+
<li><inputtype="checkbox" disabled><inputaria-label="67 student branches visible in repository" disabled="" type="checkbox"> 67 student branches visible in repository</li>
<li><inputtype="checkbox" disabled><inputaria-label="GitHub Actions workflows enabled and tested" disabled="" type="checkbox"> GitHub Actions workflows enabled and tested</li>
242
+
<li><inputtype="checkbox" disabled><inputaria-label="Assignment issues created (run" disabled="" type="checkbox"> Assignment issues created (run <code>python scripts/batch_create_issues.py</code> once members join)</li>
<li><inputtype="checkbox" disabled><inputaria-label="Facilitators have access to progress tracker" disabled="" type="checkbox"> Facilitators have access to progress tracker</li>
<li><inputaria-label="ADMIN_TEST_PLAN.md reviewed (8 test scenarios)" disabled="" type="checkbox"> ADMIN_TEST_PLAN.md reviewed (8 test scenarios)</li>
255
-
<li><inputaria-label="REPOSITORY_SECURITY.md accessible to facilitators" disabled="" type="checkbox"> REPOSITORY_SECURITY.md accessible to facilitators</li>
256
-
<li><inputaria-label="Facilitator guide has key timestamps" disabled="" type="checkbox"> Facilitator guide has key timestamps</li>
257
-
<li><inputaria-label="Learning paths with challenge solutions ready" disabled="" type="checkbox"> Learning paths with challenge solutions ready</li>
254
+
<li><inputtype="checkbox" disabled><inputaria-label="ADMIN_TEST_PLAN.md reviewed (8 test scenarios)" disabled="" type="checkbox"> ADMIN_TEST_PLAN.md reviewed (8 test scenarios)</li>
255
+
<li><inputtype="checkbox" disabled><inputaria-label="REPOSITORY_SECURITY.md accessible to facilitators" disabled="" type="checkbox"> REPOSITORY_SECURITY.md accessible to facilitators</li>
256
+
<li><inputtype="checkbox" disabled><inputaria-label="Facilitator guide has key timestamps" disabled="" type="checkbox"> Facilitator guide has key timestamps</li>
257
+
<li><inputtype="checkbox" disabled><inputaria-label="Learning paths with challenge solutions ready" disabled="" type="checkbox"> Learning paths with challenge solutions ready</li>
0 commit comments