docs: add alt text instructions (#2139)
parent
c6c4d52556
commit
2b1a5072d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue