aboutsummaryrefslogtreecommitdiff
path: root/test/command/9809.md
AgeCommit message (Collapse)Author
2024-05-28HTML reader: better handle non-li elements in ul and ol.John MacFarlane
For example, a `p` after a closed `li` will be incorporated into the previous `li`. This mirrors what browsers do with this invalid HTML. Closes #9809.