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

Wrong parsing of links if the link contain parentheses #133

Open
rabuzarus opened this issue Jan 15, 2019 · 1 comment
Open

Wrong parsing of links if the link contain parentheses #133

rabuzarus opened this issue Jan 15, 2019 · 1 comment
Labels

Comments

@rabuzarus
Copy link

[ifwizz Link](https://ifwizz.de/klub-karisma-(2008-de).html) will be parsed as ifwizz Link [0].html)

@ersi-dnd
Copy link

Works in HEX format https://ifwizz.de/klub-karisma-%282008-de%29.html
Of course mdp also displays it in HEX format when it is in HEX format, which is ugly even though correct.

Does not work by escapes. The source

[ifwizz Link](https://ifwizz.de/klub-karisma-\(2008-de\).html)

gets rendered as

ifwizz Link [0].html)

[0] https://ifwizz.de/klub-karisma-\(2008-de\

I think it is not good that the escapes get interpreted wrong. But it is good that HEX format works.

@visit1985 visit1985 added the bug label Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants