Use case or problem
Sometimes, when we write developer notes and add code blocks, we may write in multiple programming languages. For eg. we can write one in Java, Python, and Rust. Then we can write 3 separate code blocks, but they are actually tied together. For eg. take a look at the snapshot below:
This makes code more readable and focussed.
Proposed solution
Is there a way to bring the tabs into the code block through some library out of the box.
Current workaround (optional)
Currently, I just paste code in different languages one after the other with the h4/h5 headings.