summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/lib/index.js
blob: f9314ba6e7ec896244c5978f81b3acda63d95991 (plain)
1
2
3
4
5
var htmlParser = require('gitbook-html');
var toHTML = require('./tohtml');
var toAsciidoc = require('./toasciidoc');

module.exports = htmlParser.createParser(toHTML, toAsciidoc);