Skip to content

Releases: sam9111/markdown-accessibility-helper

Add Alt text checker step

19 May 19:48
06bf02f
Compare
Choose a tag to compare

Previously, all dependencies and python is installed even when there is no file with images missing alt text. This results in significant time for the action to run. Now there is an alt text checker step that allows the suggestions to be generated only when missing alt text is detected. Also, checkout github action is used.

Fix Bugs

13 May 06:56
Compare
Choose a tag to compare

Added error handling for image requests

Add support for Azure Computer Vision

12 May 12:59
Compare
Choose a tag to compare
Pre-release

This release allows the usage of Azure Computer Vision resources to generate alt text in other languages also if needed. Support for images declared in HTML img tags has also been added.

Fix Bugs

10 May 11:56
Compare
Choose a tag to compare
Fix Bugs Pre-release
Pre-release
v1.0.1

update token

First Release

09 May 14:28
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

This GitHub Action automatically suggests alt text for inline images in Markdown files. Alt text is used to provide a text alternative for images, which is important for accessibility and can also be helpful for search engine optimization.