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

Issues with link format / regex #951

Open
MarketingPip opened this issue Aug 27, 2022 · 1 comment
Open

Issues with link format / regex #951

MarketingPip opened this issue Aug 27, 2022 · 1 comment

Comments

@MarketingPip
Copy link

There is an issue with the link formatting. Example's provided below to re-produce this issue.

This link will NOT be parsed properly by.

[here](https://github.com/showdownjs/showdown/wiki/Showdown's-Markdown-syntax)

This will parse properly.

[here](https://github.com/showdownjs/showdown/wiki/Showdown)

This will NOT be.

[here](https://github.com/showdownjs/showdown/wiki/Showdown's)

Note: I recall in previous versions this did not seem occur & don't know if the function was changed etc since then.

ps; hoping to add a small contribution soon (not relating to this). Keep posted.

@MarketingPip
Copy link
Author

Version /*! showdown v 2.1.0 - 21-04-2022 */

does NOT have this issue

tho the version used in the demo

/*! showdown v 3.0.0-alpha - 25-04-2022 */

does contain this problem.

@SyntaxRules @tivie

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

No branches or pull requests

1 participant