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: generate alt text from filename for data-uri images #1115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rxt1077
Copy link
Contributor

@rxt1077 rxt1077 commented Jan 22, 2024

Use file name when alt text not specified for data-uri images. Now uses image location instead of src attribute.

Closes #1114

Use file name when alt text not specified for data-uri images.
Now uses image location instead of src attribute.

Closes bytesparadise#1114
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

Merging #1115 (efd71c6) into master (d90d46f) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1115   +/-   ##
=======================================
  Coverage   77.59%   77.59%           
=======================================
  Files          89       89           
  Lines        8941     8941           
=======================================
  Hits         6938     6938           
  Misses       1509     1509           
  Partials      494      494           

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.

Generate alt text from filename for data-uri images
1 participant