Context
I recently used a documentation tool that allowed assigning custom names to tabbed code blocks. For example, something like this would result in 2 tabs - one named "JavaScript" and one named "Node.js":
```javascript JavaScript
some js code
```
```javascript Node.js
some js code
```
This was a useful feature at times and would be nice to have in this (already very nice) extension. If I"m reading the docs correctly, it's already possible to name non-code block tabs, but I don't think that's true for code blocks.
Proposal
Adding a label/name option for code within a tab-set-code block and probably syncing based on that instead of the language attribute.
Tasks and updates
No response
Context
I recently used a documentation tool that allowed assigning custom names to tabbed code blocks. For example, something like this would result in 2 tabs - one named "JavaScript" and one named "Node.js":
```javascript JavaScript
some js code
```
```javascript Node.js
some js code
```
This was a useful feature at times and would be nice to have in this (already very nice) extension. If I"m reading the docs correctly, it's already possible to name non-code block tabs, but I don't think that's true for code blocks.
Proposal
Adding a label/name option for code within a
tab-set-codeblock and probably syncing based on that instead of thelanguageattribute.Tasks and updates
No response