peterdemartini / html5-to-pdf

HTML to PDF converter based on markdown-to-pdf
http://peterdemartini.github.io/html5-to-pdf/
MIT License
119 stars 29 forks source link

<a> elements are rendered with their link visually #35

Open actuallymentor opened 6 years ago

actuallymentor commented 6 years ago

For some reason html like this:

<a href='https://ama.zing'>Thing</a>

Is rendered in the pdf as the visual equivalent of:

<a href='https://ama.zing'>Thing (https://ama.zing)</a>

I can't find anything in the documentation to indicate this is expected behaviour. How do I prevent this from happening?

peterdemartini commented 6 years ago

@actuallymentor this should be fixed in version 3

evanfrawley commented 3 years ago

Appears that this bug has resurfaced in the latest version (4.0.1)

HarryPeach commented 3 years ago

Also getting this issue on 4.0.1

@peterdemartini Could this issue be re-opened?