Skip to content

E-mail addresses brake with link_no_scheme option #12

@damiansb

Description

@damiansb

Using the link_no_scheme option will create links after the @ on email addresses.

Example:

$linker = new Asika\Autolink\Autolink(['link_no_scheme' => 'https://']);
echo $linker->convert(' ... test@my-domain.com.br ... ');

Output:
test@my-domain.com.br

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions