Replies: 1 comment 7 replies
-
Hey @reypm! 👋 |
Beta Was this translation helpful? Give feedback.
7 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.
-
Hi, I am trying to add syntax highlighting and also tabs support to my code blocks and this is what I have done:
the syntax highlighting is working perfect but now I need to use a Tab component that can be rendered as follow:
My problem is how do I know how many different languages are contained within my
code
block so I can render each of them inside it is own tab?ie:

Beta Was this translation helpful? Give feedback.
All reactions