summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/lib/index.js
blob: f536318523c5ce637f1719315c43a85827f9f43a (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);