lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.95k stars 398 forks source link

Adds webp image support #1548

Closed dysonreturns closed 3 months ago

dysonreturns commented 4 months ago

Description

Webp images render an image-missing icon. This adds "webp" to the list of image extensions for DisplayFileCommand.

Gave a fair amount of time to trying to add a DisplayFileCommand spec and fell on my face - It goes a bit too deep for my surface-level knowledge. Existing tests pass and verified by hand that webp now renders using this update.

Completed Tasks