From 2b1a5072d7fae7ed1ba5565126af784247587ce5 Mon Sep 17 00:00:00 2001 From: Laura Langdon Date: Wed, 31 May 2023 06:41:23 -0700 Subject: [PATCH] docs: add alt text instructions (#2139) --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 239ec43c..58457216 100644 --- a/docs/README.md +++ b/docs/README.md @@ -89,11 +89,11 @@ We use [Merriam-Webster](https://www.merriam-webster.com/) as the standard dicti Place image files in the /docs/public/images folder. You can create subfolders to organize the images. -To add an image to a doc, use standard markdown: +To add an image to a doc, use standard markdown with [alt text](https://accessibility.huit.harvard.edu/describe-content-images): ```md -[![Label](/docs/images/image.svg)](URL.for.hyperlink) -[![StackBlitz](/docs/images/stackblitz.svg)](https://stackblitz.com/) +[![Alt text](/docs/images/image.svg)](URL.for.hyperlink) +[![StackBlitz logo](/docs/images/stackblitz.svg)](https://stackblitz.com/) ``` ## In-house Styles