GitbookIO / plugin-es6tabs

Include ES 6 code blocks, with automatically generated ES 5 tab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es6tabs

Include ES 6 code blocks, with automatically generated ES 5 preview using Babel.

Preview

Installation

Adds the plugin to your book.json, then run gitbook install if you are building your book locally.

{
    "plugins": ["es6tabs"]
}

Usage

This is some ES 6 code, you can also see the ES 5 output:

{% es6 -%}
import {test} from './test';

let myVar = 'test';
{%- endes6 %}

About

Include ES 6 code blocks, with automatically generated ES 5 tab


Languages

Language:JavaScript 100.0%