Skip to content

URL not converting properly #986

@RushikeshPatange

Description

@RushikeshPatange

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

changed the title [-]URL not parsing properly[/-] [+]URL not converting properly[/+] on Aug 9, 2023
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

      Participants

      @RushikeshPatange

      Issue actions

        URL not converting properly · Issue #986 · showdownjs/showdown