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
Fixes an issue where adding `role=nocopy` to a code block was also
removing the header.
It is now possible to use:
- `role=nocopy` to not display the copy icon
- `role=noheader` to not display the header
- `role=nocopy noheader` to not display both
0 commit comments