diff --git a/lib/linkify/parser.ex b/lib/linkify/parser.ex index 15c341e..680ddac 100644 --- a/lib/linkify/parser.ex +++ b/lib/linkify/parser.ex @@ -11,10 +11,6 @@ defmodule Linkify.Parser do @get_scheme_host ~r{^\W*(?https?:\/\/)?(?:[^@\n]+\\w@)?(?[^:#~\/\n?]+)}u - # @user - # @user@example.com - # credo:disable-for-next-line - @match_hashtag ~r/^(?\#[[:word:]_]*[[:alpha:]_·][[:word:]_·\p{M}]*)/u @match_skipped_tag ~r/^(?(a|code|pre)).*>*/