Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adopt html figure markup for all images #84

Open
njr2128 opened this issue Mar 1, 2022 · 0 comments
Open

adopt html figure markup for all images #84

njr2128 opened this issue Mar 1, 2022 · 0 comments

Comments

@njr2128
Copy link
Member

njr2128 commented Mar 1, 2022

<figure>
  <img src="pic_trulli.jpg" alt="Trulli" style="width:100%">
  <figcaption>Fig.1 - Trulli, Puglia, Italy.</figcaption>
</figure>

This takes care of alttext (#83) and captions which are presently not logically linked to their images (the text typically just appears after the image)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant