I noticed that the following line is not used by _doLists() and _doLists_callback() even though it appears in both places. ``` $marker_any_re = "(?:$marker_ul_re|$marker_ol_re)"; ```