diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-12-22 12:31:22 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 12:31:22 +0100 |
commit | eb0bf31baa6cb903ba4242ae5a3866ff67aeb97c (patch) | |
tree | e2347c9e8c58dd3c2681a6028b5f8d69c40d4e04 /packages/gitbook-asciidoc/lib/index.js | |
parent | 1c1e58b8641cac34b5f3d7c05951f507557fcb1a (diff) | |
download | gitbook-eb0bf31baa6cb903ba4242ae5a3866ff67aeb97c.zip gitbook-eb0bf31baa6cb903ba4242ae5a3866ff67aeb97c.tar.gz gitbook-eb0bf31baa6cb903ba4242ae5a3866ff67aeb97c.tar.bz2 |
Import gitbook-asciidoc
Diffstat (limited to 'packages/gitbook-asciidoc/lib/index.js')
-rwxr-xr-x | packages/gitbook-asciidoc/lib/index.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/gitbook-asciidoc/lib/index.js b/packages/gitbook-asciidoc/lib/index.js deleted file mode 100755 index 9b21700..0000000 --- a/packages/gitbook-asciidoc/lib/index.js +++ /dev/null @@ -1,5 +0,0 @@ -var HTMLParser = require('gitbook-html'); -var toHTML = require('./toHTML'); -var toAsciidoc = require('./toAsciidoc'); - -module.exports = HTMLParser.createParser(toHTML, toAsciidoc); |