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

Couldn't convert text containing link when link has prefix exclamation mark #117

Open
AnnapurnaPriya opened this issue May 13, 2022 · 2 comments

Comments

@AnnapurnaPriya
Copy link

This will open google.com This is a test link

When String contains "!" as link prefix then it can't be converted as link.

@jvanzummeren
Copy link
Contributor

Hi AnnapurnaPriya,

Thanks for your feedback. This is expected behavior in Markdown, since the syntax you are describing is the syntax for loading images in markdown https://www.markdownguide.org/basic-syntax/#images-1

Please add a space after the explanationmark in your content, such as:

This will open google.com! [This is a test link](https://google.com)

Hope this helps.

@AnnapurnaPriya
Copy link
Author

Hi @jvanzummeren,
Thank you for your reply.
I tried the way you explained, but its not working. PFA screenshot.
the other one is working as link as there is no "!" as link text prefix.

Screenshot 2022-05-13 at 3 45 28 PM

can this be handled by adding Custom Rule ?

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

No branches or pull requests

2 participants