bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
202 stars 24 forks source link

fix: generate alt text from filename for data-uri images #1115

Open rxt1077 opened 8 months ago

rxt1077 commented 8 months ago

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

Closes #1114

codecov[bot] commented 8 months ago

Codecov Report

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

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