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
We might want to exclude code blocks with no language set, or which have the "text" language set, as these are usually used for things like visually representing folder structures etc which don't need to be copied to anyone's clipboard.
My inclination would be to put them everywhere. I don't really see what the horrible downside would be if someone accidentally copied a folder structure.
We're using prismjs for syntax highlighting of code blocks.
There is a plugin for it that adds a copy to clipboard button: https://prismjs.com/plugins/copy-to-clipboard/
Notes
Acceptance criteria
The text was updated successfully, but these errors were encountered: