diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-19 10:24:43 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 15:00:28 +0100 |
commit | 3f1041209582c26abc595be9c2c99189f5b85f3f (patch) | |
tree | 9bd3ef143b64712bee64b293e74e5a0dfe48e6fd /packages/gitbook-markdown/lib/index.js | |
parent | 8e513c8e60063358286fc286037da1969f17bba0 (diff) | |
download | gitbook-3f1041209582c26abc595be9c2c99189f5b85f3f.zip gitbook-3f1041209582c26abc595be9c2c99189f5b85f3f.tar.gz gitbook-3f1041209582c26abc595be9c2c99189f5b85f3f.tar.bz2 |
Add base summary parser and test associated
Diffstat (limited to 'packages/gitbook-markdown/lib/index.js')
-rw-r--r-- | packages/gitbook-markdown/lib/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gitbook-markdown/lib/index.js b/packages/gitbook-markdown/lib/index.js index e4ada5e..15a7f54 100644 --- a/packages/gitbook-markdown/lib/index.js +++ b/packages/gitbook-markdown/lib/index.js @@ -2,5 +2,7 @@ var kramed = require("kramed"); var _ = require("lodash"); module.exports = { - + parse: { + summary: require("./summary") + } }; |