Hello!
I found an issue with hyperlinks. In my HTML I have something like:
<a href="website.com/page#anchor-to-heading">
The issue is that after converting into PDF, when I'm open it in Safari, "Preview" app on MacOs, of in some PDF viewers embedded into other sites (not browser native) the "#" symbol is gets converted to "%23" so it looks like :
<a href="website.com/page%23anchor-to-heading">
Is it bug or there is something option in configuration that help me to avoid that? I've already tried to replace # with it code "#" but still nothing.
Thanks!
I found an issue with hyperlinks. In my HTML I have something like:
<a href="website.com/page#anchor-to-heading">
The issue is that after converting into PDF, when I'm open it in Safari, "Preview" app on MacOs, of in some PDF viewers embedded into other sites (not browser native) the "#" symbol is gets converted to "%23" so it looks like :
<a href="website.com/page%23anchor-to-heading">
Is it bug or there is something option in configuration that help me to avoid that? I've already tried to replace # with it code "#" but still nothing.
Thanks!