cu-mkp / sandbox

The “Sandbox” space makes available a number of resources that utilize and explore the data underlying "Secrets of Craft and Nature in Renaissance France. A Digital Critical Edition and English Translation of BnF Ms. Fr. 640" created by the Making and Knowing Project at Columbia University.
https://cu-mkp.github.io/sandbox/
6 stars 1 forks source link

support for alt text #83

Open njr2128 opened 2 years ago

njr2128 commented 2 years ago

For any images included in published projects, alt text MUST be included.

In html, <img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">

In md, check if NJR's system is correct: the link text acts as the alt text? ![text here is alt text, maybe?](image.png)

njr2128 commented 2 years ago

CONFIRMED, in md, it is alt-text: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#images