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