Skip to content

Propagates links target from HTML message to plaintext version #18

Description

@her-ur

This functionality doesn't work correct. This HTML body:

<a href="https://www.nette.org">Nette.org</a><br>
<a href="https://www.google.com/">Google.com</a>

generates this plaintext version:

Google.com <https://www.nette.org">Nette.org

The test is passing because there are used single quotes in second link, if you change it to double quotes the result will be wrong.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions