algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
228 stars 50 forks source link

fix build_supported_mimetypes_table_rst.py script to show all extensions by mimetype instead of just one #165

Closed inkhey closed 4 years ago

inkhey commented 4 years ago

Currently: current script build_supported_mimetypes_table_rst.py create table with only one extension per mimetype which is not really clear when we have multiple file extension with same mimetype.

Expected: We should update script to show multiple file extension per mimetypes if available.

inkhey commented 4 years ago

fixed by #152