Can inline code text be copied to clipboard? #7788
Unanswered
sebaslavigne
asked this question in
Q&A
Replies: 1 comment
-
Hello @sebaslavigne, The |
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.
-
There's an option to have code blocks have a button on the corner to copy the text to clipboard. I've noticed that the icon search in the documentation (https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#search) displays the results as inline code that can be clicked to copy the values to the clipboard.
In the page html these result as being
<button class="md-clipboard--inline" ... <code> ...
Can this be replicated somehow?
Beta Was this translation helpful? Give feedback.
All reactions