Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL not converting properly #986

Open
RushikeshPatange opened this issue Aug 9, 2023 · 0 comments · May be fixed by #1002
Open

URL not converting properly #986

RushikeshPatange opened this issue Aug 9, 2023 · 0 comments · May be fixed by #1002

Comments

@RushikeshPatange
Copy link

RushikeshPatange commented Aug 9, 2023

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

@RushikeshPatange RushikeshPatange changed the title URL not parsing properly URL not converting properly Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant