http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/git/auto_linker/commit/9b86e5e5e448d143262e95fe6f7005509aca67d4.html
() + |> String.split("\n", trim: true) + |> Enum.concat(["onion"]) + |> MapSet.new() @default_opts %{
url: true, @@ -59,7 +53,7 @@ defmodule Linkify.Parser do ~s{Check out <a href="http://google.com">google.com</a>}
""" - @types [:url, :email, :hashtag, :extra, :mention] + @types [:url, :hashtag, :extra, :mention, :email] def parse(input, opts \\ %{})
def parse(input, opts) when is_binary(input), do: {input, %{}} |> parse(opts) |> elem(0) @@ -220,7 +214,11...