Add attributes
as code cells option (alongside classes
)
#5587
Closed
mcanouil
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
@dragonstyle (cc @cscheid) do you think that's something easily achievable? I believe it could be a nice complementary/general option to |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing in favour of #6253 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From #5456 and yihui/knitr#2256, I believe it would be very useful to be able to add any kind of attributes and not only classes to cell container.
For instance,
knitr
offersclass-*
and the generalattr-*
options to customise code cells.This
attributes
could help leverage many Bootstrap features already embedded in Quarto, such as popover or tooltip which usesdata-bs-*
attributes.Beta Was this translation helpful? Give feedback.
All reactions