summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-highlight/index.js
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-04 18:53:58 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-04 18:53:58 +0200
commita863b55c798b4dc0a177fe1ada9cd428f1a5444d (patch)
tree0a3a41543bfc31527d4f4c19f5473df7afbff0ea /packages/gitbook-plugin-highlight/index.js
parent16ca48b2c05dad0af4cec600cee69adcafcf255f (diff)
downloadgitbook-a863b55c798b4dc0a177fe1ada9cd428f1a5444d.zip
gitbook-a863b55c798b4dc0a177fe1ada9cd428f1a5444d.tar.gz
gitbook-a863b55c798b4dc0a177fe1ada9cd428f1a5444d.tar.bz2
Start new highlight.js plugin
Diffstat (limited to 'packages/gitbook-plugin-highlight/index.js')
-rw-r--r--packages/gitbook-plugin-highlight/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-highlight/index.js b/packages/gitbook-plugin-highlight/index.js
new file mode 100644
index 0000000..e542ae8
--- /dev/null
+++ b/packages/gitbook-plugin-highlight/index.js
@@ -0,0 +1,10 @@
+
+module.exports = {
+ blocks: {
+
+ },
+
+ hooks: {
+
+ }
+};