You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a little bit of time poking around in the final knitted page with browser dev tools I am not seeing obvious examples of either in use. On the other end when I manually remove them the overall effect of the final page appears preserved.
My front end knowledge is minimal at best so all of this is wholly theory-free poking around but, is it possible that these dependencies are included on accident even when lightbox is false?
The text was updated successfully, but these errors were encountered:
Indeed, you're right, the magnific popup dependency was added systematically. This should now be fixed in the development version, magnific popup should not be included anymore if lightbox: false.
When using
rmdformats::readthedown
with:I see the the js / css for
magnific-popup
in the<head
> of my final knitted html, e.g. withself_contained: false
:After a little bit of time poking around in the final knitted page with browser dev tools I am not seeing obvious examples of either in use. On the other end when I manually remove them the overall effect of the final page appears preserved.
My front end knowledge is minimal at best so all of this is wholly theory-free poking around but, is it possible that these dependencies are included on accident even when lightbox is false?
The text was updated successfully, but these errors were encountered: