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

[WIP] Book example with media #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

[WIP] Book example with media #22

wants to merge 2 commits into from

Conversation

ultrasaurus
Copy link
Owner

@ultrasaurus ultrasaurus commented Jul 11, 2023

this fails with this error...
image

which also appears in the browser, when I do this

RUST_LOG=info cargo run -- --book -i examples/book-media/source/ -t examples/book-media/book-template
unzip book.epub -d epub
open epub/OEBPS/credits.xhtml

this is the line in question:

<li>Cover Image by <a href="https://pixabay.com/users/paligraficas-6638487/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=4386221">Augusto Ordóñez</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=4386221">Pixabay</a></li>

column 115 appears to be the = directly after utm_medium

@ultrasaurus
Copy link
Owner Author

initial commit caused failure with this error...
image

which also appears in the browser, when I do this

RUST_LOG=info cargo run -- --book -i examples/book-media/source/ -t examples/book-media/book-template
unzip book.epub -d epub
open epub/OEBPS/credits.xhtml

this is the line in question:

<li>Cover Image by <a href="https://pixabay.com/users/paligraficas-6638487/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=4386221">Augusto Ordóñez</a> from <a href="https://pixabay.com//?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=4386221">Pixabay</a></li>

column 115 appears to be the = directly after utm_medium

@ultrasaurus
Copy link
Owner Author

ampersand is correctly escaped when link is implemented as pure markdown

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.

1 participant