Let say for example I will put google.com link to some text in my pdf, and opens in new tab.
But this simple a href tag doesn't worked!
<a href="www.google.com" target="_blank">Go to google</a>
The above code generates:
file://google.com/
How can I do that when I'm using gem 'wicked_pdf'
Please help!