-
Hi,
I have no line numbers and no copy block. If I add
Is there a way to have copy button, and no line numbers? I have tried Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
jjallaire
May 16, 2022
Replies: 2 comments 1 reply
-
Yes, try this: ---
format:
revealjs:
code-line-numbers: false
code-copy: false
--- |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can do this: ```{.txt code-line-numbers="false"}
sed -r 's/^.+=//g;s/,\];/]/g'
``` |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do this: