inbo / INBOmd

An R package with a collection of RMarkdown styles and templates. Elaborate examples are available at https://github.com/inbo/INBOmd_examples

Home Page:https://inbo.github.io/INBOmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforce the use of fig.alt in gitbook?

ThierryO opened this issue · comments

I found that bookdown::gitbook has a fig.alt chunk option.
This allows to set the alt tag.
Which is useful for visually impaired readers.

We could detect at runtime if fig.alt is set. And issue a warning or error when it is missing. E.g.
https://github.com/jumpingrivers/hugo-rmd/blob/736d5e91e1c75aed245cb574d82dd7ccb15234b1/R/hugo.R#L73