https://github.com/dart-lang/markdown/commit/49eefd21 added a regex in `AutolinkExtensionSyntax` that uses the `(?<=` and `(?<!` lookbehind operators. These operators are not currently supported in the Safari browser. See https://github.com/flutter/flutter/issues/120632