Skip to content

URL not converting properly #986

Open
@RushikeshPatange

Description

I'm trying to convert MD to HTML and encountered issue with following

  • Input:
[devices](https://www.amazon.com/b?ie=UTF8&node=37490568011#:~:text=Echo%20Dot%20(5th%20Gen)%2C,(v3)%2C%20Echo%20Dot%20Gen)
  • Expected Result:

devices

<a href="https://www.amazon.com/b?ie=UTF8&node=37490568011#:~:text=Echo%20Dot%20(5th%20Gen)%2C,(v3)%2C%20Echo%20Dot%20Gen">devices</a>
  • Getting Result:

devices%2C%20Echo%20Dot%20Gen)

<a href="https://www.amazon.com/b?ie=UTF8&node=37490568011#:~:text=Echo%20Dot%20(5th%20Gen)%2C,(v3">devices</a>%2C%20Echo%20Dot%20Gen)

I have tried the same input using Live Demo and facing the same issue. Please help me out through it @tivie and @SyntaxRules

Activity

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

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