Skip to content

Some links not recognized (multiple HTML tags? regex shouldn't be case sensitive?) #19

@nyanpasu64

Description

@nyanpasu64
<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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions