Multiple language tabs per programming language - slatedocs/slate GitHub Wiki

If you create, for instance, these language tabs:

- javascript--node
- javascript--browser

and then write code blocks like this

```javascript--node
// node example goes here
```

```javascript--browser
// browser example goes here
```

then you can have two languages highlighted with the javascript highlighter that nevertheless have different tabs.