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

fix: replace unresolvable remote images with their descriptions #105

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

max-heller
Copy link
Owner

@max-heller max-heller commented Jun 25, 2024

Mirrors Pandoc's behavior of replacing remote images that can't be loaded with their description. We only resolve images that Pandoc can't handle, so if we fail to resolve it, we want to make sure the URL doesn't get to Pandoc, which would try and fail to process it.

Closes #96

@max-heller max-heller merged commit d130982 into main Jun 25, 2024
20 checks passed
@max-heller max-heller deleted the unresolvable-remote-images branch June 25, 2024 20:18
@max-heller max-heller mentioned this pull request Jun 25, 2024
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.

Replace unresolvable remote images with their descriptions
1 participant