Remove unnecessary regular expression machines from Ragel machine (wikitext, 3de5048)

I just learned that the "i" (case-insensitive) modifier can be applied equally to standard concatenation literals as it can to regular expressions. Simplify the grammar (fewer escape sequences) and make life easier on the syntax highlighter by replacing the regular expression machines with concatentation literals. The generated code is identical before and after.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Teach _Wikitext_parser_encode_link_target to take a parser parameter (wikitext, 605aba1)
Add support for HTTPS URIs (wikitext, 06a4b58) →

All snippets