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

anchor tags around a figure don't export correctly to pdf. #33

Open
DanteDeRuwe opened this issue Apr 12, 2020 · 0 comments
Open

anchor tags around a figure don't export correctly to pdf. #33

DanteDeRuwe opened this issue Apr 12, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@DanteDeRuwe
Copy link

I use <a> tags around a <figure> tag with an <img> and a <figcaption> like this:

<a href="https://i.imgur.com/S17rFny.jpg">
<figure class="image">
  <img src="https://i.imgur.com/S17rFny.jpg">
  <figcaption style="color:gray; text-align:center;">An image</figcaption>
</figure>
</a>

I do this so if the reader of the PDF clicks on the image, it opens in a browser window (to view full size). This behavior works in the preview, but not in the exported pdf.

@realdennis realdennis added bug Something isn't working enhancement New feature or request labels May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants