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

change!: do not attempt to download remote images #161

Merged
merged 2 commits into from
Feb 9, 2025
Merged

Conversation

max-heller
Copy link
Owner

@max-heller max-heller commented Jan 21, 2025

Removes a workaround for remote images served from URIs without standard
image extensions (e.g., https://img.shields.io/github/actions/workflow/status/rust-lang/mdBook/main.yml
hosts an SVG image despite its YAML extension) since Pandoc implemented
a fix in jgm/pandoc#10557 (released in 3.6.3).
This allows removing the dependency on an HTTP client.

Removes a workaround for remote images served from URIs without standard
image extensions (e.g., https://img.shields.io/github/actions/workflow/status/rust-lang/mdBook/main.yml
hosts an SVG image despite its YAML extension) since Pandoc implemented
a fix in jgm/pandoc#10557 (released in 3.6.3).
This allows removing the dependency on an HTTP client.
@max-heller max-heller marked this pull request as ready for review February 9, 2025 23:30
@max-heller max-heller merged commit 4d7b760 into main Feb 9, 2025
18 checks passed
@max-heller max-heller deleted the remote-images branch February 9, 2025 23:43
This was referenced Feb 9, 2025
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