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
I think this is important that everything we add to activate some feature, or modification over Pandoc behavior for example can be opt-out.
Most of the feature can be using argument - like theme = NULL to remove boostrap dependency for example.
However, some JS script cannot be deactivated yet (like html_dependency_header_attrs()).
I believe this could be something to watch out for: any HTML dependency should be documented and how to opt-in / opt-out.
I think this is important that everything we add to activate some feature, or modification over Pandoc behavior for example can be opt-out.
Most of the feature can be using argument - like
theme = NULL
to remove boostrap dependency for example.However, some JS script cannot be deactivated yet (like
html_dependency_header_attrs()
).I believe this could be something to watch out for: any HTML dependency should be documented and how to opt-in / opt-out.
Related issues:
The text was updated successfully, but these errors were encountered: