Kaifuny / vuepress-plugin-tabs

Vuepress plugin - Tabs Container for Vuepress
https://superbiger.github.io/vuepress-plugin-tabs/
Other
34 stars 14 forks source link

[Question] Nested tabs #22

Closed pedr0-fr closed 3 years ago

pedr0-fr commented 3 years ago

I need nested tabs for a set of programming languages in different environments. I need two levels of tabs like shown below. Any idea how to do it?

Screenshot from 2020-10-07 04-15-05

pedr0-fr commented 3 years ago

I was able to do it with the help of someone else... It's quite easy to make a syntax and think that it's not possible

::::::: tabs
:::::: tab tab1
::::: tabs
:::: tab Python
`print('Hello world')`
:::
::::
:::: tab Javascript
`console.log("Hello world");`
::::
:::::
::::::
:::::: tab tab2
Other tabs and contents will goes here
::::::
:::::::
nandi95 commented 3 years ago

@superbiger can the above be added to the documentation?