summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-headings/index.js
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-05 20:14:08 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-10-05 20:14:08 +0200
commit6faf6a53f08d65f7e51724911473ad1832dcb2ba (patch)
treeda095dcca7700329e639e019362f9668be69f864 /packages/gitbook-plugin-headings/index.js
parentbced415a50d3031040a42cdc2cd3b02a2a241ff0 (diff)
downloadgitbook-6faf6a53f08d65f7e51724911473ad1832dcb2ba.zip
gitbook-6faf6a53f08d65f7e51724911473ad1832dcb2ba.tar.gz
gitbook-6faf6a53f08d65f7e51724911473ad1832dcb2ba.tar.bz2
Replace plugin fontsettings by creating plugin headings :hammer:
Diffstat (limited to 'packages/gitbook-plugin-headings/index.js')
-rw-r--r--packages/gitbook-plugin-headings/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-headings/index.js b/packages/gitbook-plugin-headings/index.js
new file mode 100644
index 0000000..e542ae8
--- /dev/null
+++ b/packages/gitbook-plugin-headings/index.js
@@ -0,0 +1,10 @@
+
+module.exports = {
+ blocks: {
+
+ },
+
+ hooks: {
+
+ }
+};