diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-20 16:02:51 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-20 16:02:51 +0100 |
commit | a22539a91eea4101d244cdaeb5c61e31376ff4bc (patch) | |
tree | fb3cd337b3082134b797e51431ee40c3a7101ecc /lib/page | |
parent | 89378c3883140ce6e6c74e71651270f19b1ee441 (diff) | |
download | gitbook-a22539a91eea4101d244cdaeb5c61e31376ff4bc.zip gitbook-a22539a91eea4101d244cdaeb5c61e31376ff4bc.tar.gz gitbook-a22539a91eea4101d244cdaeb5c61e31376ff4bc.tar.bz2 |
Add new gitbook-markdown and gitbook-asciidoc
Diffstat (limited to 'lib/page')
-rw-r--r-- | lib/page/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/page/index.js b/lib/page/index.js index d8b5fff..2bdc951 100644 --- a/lib/page/index.js +++ b/lib/page/index.js @@ -1,11 +1,11 @@ var _ = require('lodash'); var path = require('path'); -var parsers = require('gitbook-parsers'); var direction = require('direction'); var error = require('../utils/error'); var pathUtil = require('../utils/path'); var location = require('../utils/location'); +var parsers = require('../parsers'); var HTMLPipeline = require('./html'); /* |