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 special characters are not properly escaped #223

Open
MathiasVDA opened this issue Nov 18, 2024 · 2 comments
Open

URL special characters are not properly escaped #223

MathiasVDA opened this issue Nov 18, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@MathiasVDA
Copy link

Describe the bug
When adding a markdown link like this:

'[Link text](https://link.to.my.domain/#/pagename)'

The rendering of the pdf will fail because the character # is not properly escaped. This also happens when the URL is encoded so that spaces are replaced with %20

To Reproduce
Add a markdown link with the character # or % to the yaml file

@MathiasVDA MathiasVDA added the bug Something isn't working label Nov 18, 2024
@bvahdat
Copy link

bvahdat commented Nov 19, 2024

I also ran into the same problem and as a quick fix just escaped the hashtag through \#.

@MathiasVDA
Copy link
Author

Yes, that's where i did as well after having to search for a bit. Then I created this issue so that it can be fixed and the next person will not have this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants