<a href="https://instructure.com/courses/111/modules/items/111" role="button" class="Button" aria-describedby="msf0-next-desc">
Next<i class="icon-mini-arrow-right"></i>
<span id="msf0-next-desc" class="hidden" hidden="">Next: insert text here foo</span>
</a>
is not recognized. (Test case: pasting into https://htmledit.squarefree.com/ )
Even adding regex .*next.* or [^\n\n]*next[^\n\n]* to the "next" field does not work. But capitalizing N in the latter regex works. Maybe your regex should be case insensitive?