summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2017-01-06 17:15:30 +0100
committerGitHub <noreply@github.com>2017-01-06 17:15:30 +0100
commit7029c01806781f5ed74f175545ea154aa17cc6fd (patch)
treed87189690b5acc78acbd3d9688edc37b251541f3 /packages/gitbook-plugin
parent11893255d1167382b16871d2ca831c90a40af57d (diff)
downloadgitbook-7029c01806781f5ed74f175545ea154aa17cc6fd.zip
gitbook-7029c01806781f5ed74f175545ea154aa17cc6fd.tar.gz
gitbook-7029c01806781f5ed74f175545ea154aa17cc6fd.tar.bz2
Switch to markup-it for parsing (#1659)
* Start new parsers in gitbook itself * Update markup-it * Fix eslint errors * Adapt basic parsing for summary * Start tests for summaryFromDocument * Continue * Add parsing of glossary * Add back languages parsing * Adapt most tests for parsing * Adapt all tests 🙌 * Adapt travis tests * Bootstrap lerna before running tests * Fix lowercase in require (linux) * Fix command gitbook init * Fix generation of ready by init command * Fix generation of summary * Fix watch after serve * Add trademark to sidebar * Add back favicon to default theme * Open trademark in new tab
Diffstat (limited to 'packages/gitbook-plugin')
-rw-r--r--packages/gitbook-plugin/.babelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gitbook-plugin/.babelrc b/packages/gitbook-plugin/.babelrc
new file mode 100644
index 0000000..2d4d503
--- /dev/null
+++ b/packages/gitbook-plugin/.babelrc
@@ -0,0 +1,3 @@
+{
+ "presets": ["es2015", "stage-2"]
+}