private static bool HasLinkPrefix(CreoleReader reader, int relativeIndex = 0)
		{
			return reader.HasPrefix("http:", relativeIndex) || reader.HasPrefix("https:", relativeIndex) || reader.HasPrefix("ftp:", relativeIndex);
		}