Skip to content

Multiple language tabs per programming language

Robert Lord edited this page Feb 24, 2017 · 3 revisions

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.