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

add_figure() does not add a label to figures when rendering to an html page rather than pdf #109

Open
kellijohnson-NOAA opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
status --- low priority topic --- R R code type --- 🐛 an unexpected problem or unintended behavior
Milestone

Comments

@kellijohnson-NOAA
Copy link
Contributor

sa4ss/R/add_figure.R

Lines 116 to 127 in 8553caa

cat(
sep = "",
'<figure><img src="',
filein,
'" alt="',
alt_caption,
'"',
sprintf(" style=\"width: %f%%\"", width),
'/><figcaption>',
caption,
'</figcaption></figure>'
)

@kellijohnson-NOAA kellijohnson-NOAA added type --- 🐛 an unexpected problem or unintended behavior status --- low priority topic --- R R code labels Nov 20, 2023
@kellijohnson-NOAA kellijohnson-NOAA added this to the 2024 milestone Nov 20, 2023
@kellijohnson-NOAA kellijohnson-NOAA self-assigned this Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status --- low priority topic --- R R code type --- 🐛 an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant