WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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.

Clone this wiki locally