docs: add alt text instructions (#2139)

pull/2139/merge
Laura Langdon 2023-05-31 06:41:23 -07:00 zatwierdzone przez GitHub
rodzic c6c4d52556
commit 2b1a5072d7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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