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

Image render fix for chapters 25, 26, and 32 #222

Merged
merged 5 commits into from
Oct 17, 2023

Conversation

jeremy-allen
Copy link
Contributor

Hi Jenny! Love this book so much and use it more frequently these days.

I noticed images not rendering in these chapters. Html was in their place. The culprit seems to be nested double quotes in the fig.alt chunk options. I changed those to single quotes. The images now render when I build.

Jeremy Allen added 4 commits October 14, 2023 15:19
…h single inner quotes the images now render
…h single inner quotes the images now render
…h single inner quotes the images now render
…h single inner quotes the images now render
@jennybc
Copy link
Owner

jennybc commented Oct 16, 2023

Thanks!

Do we still need to back slash escape the internal quotes, now that we're using single quotes inside of double quotes?

@jeremy-allen
Copy link
Contributor Author

Thanks!

Do we still need to back slash escape the internal quotes, now that we're using single quotes inside of double quotes?

Turns out, no! I removed the escapes from the single quotes and it renders fine for me.

@jennybc
Copy link
Owner

jennybc commented Oct 17, 2023

Thanks!

@jennybc jennybc merged commit 27a51cb into jennybc:main Oct 17, 2023
@jeremy-allen jeremy-allen deleted the image-render branch October 18, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants