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